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

Fixes https://emqx.atlassian.net/browse/EMQX-12493
This commit is contained in:
Thales Macedo Garitezi 2024-06-13 16:57:46 -03:00
parent 01635722e9
commit 378a16b4fb
1 changed files with 1 additions and 0 deletions

View File

@ -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.