Browse Source

feat: enforce singleton discovery strategy when using DS `builtin_local` backend

Fixes https://emqx.atlassian.net/browse/EMQX-12493
Thales Macedo Garitezi 1 year ago
parent
commit
378a16b4fb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      changes/ce/feat-13250.en.md

+ 1 - 0
changes/ce/feat-13250.en.md

@@ -0,0 +1 @@
+Added a new `cluster.discovery_strategy` value: `singleton`.  By choosing this option, there will be effectively no clustering, and the node will reject connection attempts to and from other nodes.