mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-20 15:00:40 +00:00
chore: open meta_client
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
This commit is contained in:
@@ -414,6 +414,7 @@ impl StartCommand {
|
||||
client.clone(),
|
||||
));
|
||||
plugins.insert::<InformationExtensionRef>(information_extension.clone());
|
||||
plugins.insert::<MetaClientRef>(meta_client.clone());
|
||||
|
||||
let process_manager = Arc::new(ProcessManager::new(
|
||||
addrs::resolve_addr(&opts.grpc.bind_addr, Some(&opts.grpc.server_addr)),
|
||||
|
||||
Reference in New Issue
Block a user