1

I run a zookeeper container in Docker and start a local client to connect it but I just can't create a new znode.

enter image description here

Anthon
  • 69,918
  • 32
  • 186
  • 246
Bauer Jack
  • 13
  • 3
  • 1
    While 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 Answers1

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