Skip to content
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

[Feature-16300][registry] Added Consul-based Register implementation #16301

Closed

Conversation

qianweisheng88892
Copy link

@qianweisheng88892 qianweisheng88892 commented Jul 10, 2024

Purpose of the pull request

related issue: #16300

Implemented Register based on Consul.

Brief change log

  • Added a new module: /dolphinscheduler-registry/dolphinscheduler-plugins/dolphinscheduler-registry-consul/
  • Added com.orbitz.consul.consul-client dependency in dolphinscheduler-bom/pom.xml
  • Added dolphinscheduler-registry-consul dependency in dolphinscheduler-registry/dolphinscheduler-registry-all/pom.xml

Verify this pull request

Inherited RegistryTestCase in /dolphinscheduler-registry/dolphinscheduler-plugins/dolphinscheduler-registry-consul/src/test/java, which can be directly run for verification.

@ruanwenjun
Copy link
Member

You need to create a DSIP firstly.

Comment on lines +986 to +991

<dependency>
<groupId>com.orbitz.consul</groupId>
<artifactId>consul-client</artifactId>
<version>${consul-client.version}</version>
</dependency>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-1 to this.

Since we already have multiple registry plugins, add a new one registry plugin is not a urgent need.

And this repo has been archived. https://github.com/rickfast/consul-client

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-1 to this.

Since we already have multiple registry plugins, add a new one registry plugin is not a urgent need.

And this repo has been archived. https://github.com/rickfast/consul-client

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants