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

[#1218] support zookeeper discovery/registry capability #1274

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

chengyouling
Copy link
Collaborator

No description provided.

@chengyouling chengyouling self-assigned this May 13, 2024
private TimeUnit blockUntilConnectedUnit = TimeUnit.SECONDS;

@DurationUnit(ChronoUnit.MILLIS)
private Duration sessionTimeout = Duration.of(60 * 1000, ChronoUnit.MILLIS);
Copy link
Collaborator

Choose a reason for hiding this comment

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

format code

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed

/**
* Properties related to connecting to Zookeeper.
*/
public class ZookeeperProperties {
Copy link
Collaborator

Choose a reason for hiding this comment

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

zookeeper可以作为注册和配置。 区分注册和配置的配置项。

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

change builled curator with discoveryProperties

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

Successfully merging this pull request may close these issues.

None yet

2 participants