apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.79k stars 4.59k forks source link

[Feature][Registry] Remove dependency on ZooKeeper when deployed in K8S #13445

Open EricGao888 opened 1 year ago

EricGao888 commented 1 year ago

Search before asking

Description

try (InputStream is = client.pods().inNamespace(currentNamespace).withName(pod1.getMetadata().getName()).file("/msg").read())  {
  String result = new BufferedReader(new InputStreamReader(is)).lines().collect(Collectors.joining("\n"));
}

Design

image

Security

Use case

Already described above.

Related issues

None

Are you willing to submit a PR?

Code of Conduct

github-actions[bot] commented 1 year ago

Thank you for your feedback, we have received your issue, Please wait patiently for a reply.

EricGao888 commented 1 year ago

Already WIP.

EricGao888 commented 1 year ago
github-actions[bot] commented 1 day ago

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.