apache / kvrocks-controller

Apache Kvrocks Controller is a cluster management tool for Apache Kvrocks.
https://kvrocks.apache.org/
Apache License 2.0
78 stars 42 forks source link

Add import cluster API for adding existing clusters #120

Closed git-hulk closed 9 months ago

git-hulk commented 9 months ago

This API is used to help users import their existing clusters into the Kvrocks controller, the flow is like the create API but cluster node information comes from existing nodes. For now, we allow passing the existing node list but only parses it from the first one, maybe we can retry other nodes if the first one is not broken.