mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-03 20:02:54 +00:00
feat: cluster information (#3631)
* chore: keep the same method order in KvBackend * feat: make meta client can get all node info of cluster * feat: cluster info data model * feat: frontend and datanode info * feat: list node info * chore: remove the method: is_started * fix: scan key prefix * chore: impl From for NodeInfoKey * chore: doc for trait and struct * chore: reuse the error * chore: refactor two collec cluster info handlers * chore: remove inline * chore: refactor two collec cluster info handlers
This commit is contained in:
@@ -348,6 +348,7 @@ impl GreptimeDbClusterBuilder {
|
||||
.enable_heartbeat()
|
||||
.channel_manager(meta_srv.channel_manager)
|
||||
.enable_procedure()
|
||||
.enable_access_cluster_info()
|
||||
.build();
|
||||
meta_client.start(&[&meta_srv.server_addr]).await.unwrap();
|
||||
let meta_client = Arc::new(meta_client);
|
||||
|
||||
Reference in New Issue
Block a user