mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-29 19:30:37 +00:00
feat: flownode grpc client to frontend tls option (#6750)
* feat: flownode grpc client to frontend tls option Signed-off-by: discord9 <discord9@163.com> * refactor: client tls option Signed-off-by: discord9 <discord9@163.com> * refactor: client_tls to frontend_tls Signed-off-by: discord9 <discord9@163.com> --------- Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
@@ -376,7 +376,8 @@ impl StartCommand {
|
||||
flow_auth_header,
|
||||
opts.query.clone(),
|
||||
opts.flow.batching_mode.clone(),
|
||||
);
|
||||
)
|
||||
.context(StartFlownodeSnafu)?;
|
||||
let frontend_client = Arc::new(frontend_client);
|
||||
let flownode_builder = FlownodeBuilder::new(
|
||||
opts.clone(),
|
||||
|
||||
Reference in New Issue
Block a user