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
document error about Zookeeper version .and detail is:
link: https://vertx.io/docs/vertx-zookeeper/java/#_about_zookeeper_version text: About Zookeeper version We use Curator 4.3.0, as Zookeeper latest stable is 3.4.8 so we do not support any features of 3.5.x
4.0.2
when i use zookeeper server 3.4.6,and i use vertx-zookeeper 4.0.2 . it report some errors,like :
17:14:36.527 [vert.x-worker-thread-0] ERROR o.a.c.f.imps.CuratorFrameworkImpl - Ensure path threw exception org.apache.zookeeper.KeeperException$UnimplementedException: KeeperErrorCode = Unimplemented for /io.vertx
and when i change zookeeper server from 3.4.6 to 3.5.9 ,it works .
so i think ,the document was error.need to update!!!!
fix document.
use version like content . it can 100% reproduce.
zookeeper server : 3.4.6 [this version is error] vertx-zookeeper: 4.0.2
The text was updated successfully, but these errors were encountered:
@stream-iori i have send an email to you , May reply to email
Sorry, something went wrong.
No branches or pull requests
Questions
document error about Zookeeper version .and detail is:
link: https://vertx.io/docs/vertx-zookeeper/java/#_about_zookeeper_version
text:
About Zookeeper version
We use Curator 4.3.0, as Zookeeper latest stable is 3.4.8 so we do not support any features of 3.5.x
Version
4.0.2
Context
when i use zookeeper server 3.4.6,and i use vertx-zookeeper 4.0.2 . it report some errors,like :
17:14:36.527 [vert.x-worker-thread-0] ERROR o.a.c.f.imps.CuratorFrameworkImpl - Ensure path threw exception
org.apache.zookeeper.KeeperException$UnimplementedException: KeeperErrorCode = Unimplemented for /io.vertx
and when i change zookeeper server from 3.4.6 to 3.5.9 ,it works .
so i think ,the document was error.need to update!!!!
Do you have a reproducer?
fix document.
Steps to reproduce
use version like content . it can 100% reproduce.
Extra
zookeeper server : 3.4.6 [this version is error]
vertx-zookeeper: 4.0.2
The text was updated successfully, but these errors were encountered: