We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dubbo版本 2.7.0
使用curator连接zoo
private void build() { client = CuratorFrameworkFactory.builder() .connectString(server) .sessionTimeoutMs(sessionTimeoutMs) .connectionTimeoutMs(connectionTimeoutMs) .retryPolicy(retryPolicy) .build(); client.start(); }
<dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-dependencies-bom</artifactId> <version>${dubbo.version}</version> <type>pom</type> <scope>import</scope> </dependency>
导致zoo客户端十分频繁的无法连接zoo服务器。 我使用的zookeeper服务器架在局域网上,在去掉上述dubbo-dependencies-bom后,连接正常
The text was updated successfully, but these errors were encountered:
It is confused that there are two zk implements in dubbo.
Sorry, something went wrong.
but my zkclient is a private instance @Fuyao-JIANG
related issue #3603
I don't understand why dubbo-dependencies-bom will cause this problem.
dubbo-dependencies-bom
No branches or pull requests
dubbo版本 2.7.0
使用curator连接zoo
导致zoo客户端十分频繁的无法连接zoo服务器。
我使用的zookeeper服务器架在局域网上,在去掉上述dubbo-dependencies-bom后,连接正常
The text was updated successfully, but these errors were encountered: