emqx / mria

Asynchronously replicated Mnesia-like database for Erlang/Elixir
https://www.emqx.com
Apache License 2.0
120 stars 23 forks source link

feat: add API to disable/enable core node discovery #177

Closed SergeTupchiy closed 6 months ago

SergeTupchiy commented 6 months ago

This can be used to prevent a replicant node from re-joining the same cluster after it has (manually) left the cluster but still can discover and reach cluster nodes.

EMQX PR: https://github.com/emqx/emqx/pull/12799