emqx / ekka

Autocluster and Autoheal for EMQX Broker
https://www.emqx.com
Apache License 2.0
97 stars 49 forks source link

feat(core_node_discovery): add mria core node discovery callback #142

Closed thalesmg closed 2 years ago

thalesmg commented 2 years ago

This adds support for core node discovery for mria, as it will help operators configure their nodes when using RLOG as the DB Backend in mria.

Related to emqx/mria#38 .

thalesmg commented 2 years ago

I've just tested this with CDK, and the replicant managed to find the core node without explicit configuration using etcd. :tada: