-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update libraries #4
Comments
if use confluentinc/cp-zookeeper image, there will be error in proxy service:
It seems it is because project uses zookeeper ttl feature (https://zookeeper.apache.org/doc/r3.5.4-beta/zookeeperProgrammers.html#TTL+Nodes) it should be enabled by specifying extendedTypesEnabled=true. It should be done by using env variable ZOOKEEPER_EXTENDED_TYPES_ENABLED according https://docs.confluent.io/current/installation/docker/config-reference.html but it seems it does not work |
Which version of ZK implements |
I tried to use 5.2.4 and latest (5.5.1). TTL Nodes |
What's If so, then what is the version of ZK in |
yes
I found version of ZK in confluentinc/cp-zookeeper:5.5.1 by searching in running container.
there is no such property |
You should submit an issue for the confluent-zookeeper project. Just build a custom ZK image for this project. |
Chris,
ok, will do
I used custom zookeeper image from the eventuate local, is it ok? |
#4: Updated libraries. Supported BUILD-SNAPSHOTS.
No description provided.
The text was updated successfully, but these errors were encountered: