-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add StandAloneClusterSDK #501
Conversation
Codecov Report
@@ Coverage Diff @@
## main #501 +/- ##
=========================================
Coverage 82.27% 82.27%
Complexity 17 17
=========================================
Files 283 283
Lines 50894 50894
Branches 30 30
=========================================
Hits 41874 41874
Misses 9011 9011
Partials 9 9 Continue to review full report at Codecov.
|
Closes #441
base class ClusterSDK, NormalClusterSDK use zk to get meta data, StandAloneClusterSDK use host&port config to connect nameserver directly.
If start openmldb with no role, we'll parse
--host --port
which is ns address.StandAloneClusterSDK can't get sp infos now, it'll be fixed in the next pr.