[Tracking issue] Start flownode as a service #4094
Labels
A-flow
Involves code in DataFlow
C-enhancement
Category Enhancements
tracking-issue
A tracking issue for a feature.
What type of enhancement is this?
Feature
What does the enhancement do?
Run the flownode as a stateless and scalable service, similar to a datanode:
greptime flownode start
(or maybe.flownode
will be a better naming that is consistent withdatanode
)Tasks
The following are the key tasks for implementing the feature. We can still add other related PRs.
Add the control plane between flownode and metasrv (@discord9 @fengjiachun)
Similar to datanode, the flownode service needs to interact with the metasrv.
Add the gRPC service for flownode (@zyy17)
It may depend on 1.
Add the subcommand for flownode (@zyy17)
It depends on 1 and 2; maybe it can be part of 2.
The text was updated successfully, but these errors were encountered: