Replies: 3 comments 2 replies
-
Is curator support so? |
Beta Was this translation helpful? Give feedback.
0 replies
-
yes , please see : https://github.com/apache/curator/blob/master/curator-framework/src/main/java/org/apache/curator/framework/CuratorFrameworkFactory.java#L278 |
Beta Was this translation helpful? Give feedback.
1 reply
-
It has been merge by #14281 While the new version releases. you can disable EnsembleTracker by config.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
Background:
our dubbo client and zk deploy in k8s,but not at the same k8s。 the zk cluster use Headless service as zk server address,expose loaderbalancer ip for dubbo client use。
When the Dubbo client reconnects to Zookeeper, the reconnection fails because it cannot resolve the headless domain name.
The reasons is:
1、curator in 3.0.0 version add EnsembleTracker, when zk client start ,will get /zookeeper/config znode data ,and change user defined zk IP address, at this time ,the ip changed to headless domain。
so ,how can i close the curator curator EnsembleTracker in dubbo ?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions