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

doucument error about Zookeeper version #112

Open
sunqb opened this issue Mar 15, 2021 · 1 comment
Open

doucument error about Zookeeper version #112

sunqb opened this issue Mar 15, 2021 · 1 comment
Labels

Comments

@sunqb
Copy link

sunqb commented Mar 15, 2021

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

@sunqb sunqb added the bug label Mar 15, 2021
@sunqb
Copy link
Author

sunqb commented Mar 15, 2021

@stream-iori i have send an email to you , May reply to email

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

No branches or pull requests

1 participant