I run a zookeeper container in Docker and start a local client to connect it but I just can't create a new znode.
Asked
Active
Viewed 491 times
1
-
1While the image is helpful, can you put any relevant info into your question? Like, what you tried, and what errors you encountered. – Anonymous coward Oct 24 '18 at 16:52
1 Answers
0
You are violate the API
create /(?znode) value
For example, in your case you can try:
create /test init

Ami Hollander
- 2,435
- 3
- 29
- 47