apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.
https://horaedb.apache.org
Apache License 2.0
27 stars 15 forks source link

Meta node uses a separate etcd #206

Closed mrrtree closed 1 year ago

mrrtree commented 1 year ago

Description

Proposal

Additional context In our production environment, only stateless services can be deployed, which makes it difficult to maintain a stateful meta with embedded etcd. At the same time, we have ready-made etcd services that can be used; therefore, we hope that meta can support independent The ectd service to reduce the total amount of our actual maintenance work