Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Zookeeper ReadData function not working properly #68

Open
kevinco26 opened this issue Jun 28, 2016 · 0 comments
Open

Zookeeper ReadData function not working properly #68

kevinco26 opened this issue Jun 28, 2016 · 0 comments

Comments

@kevinco26
Copy link

I have been using the ReadData function to query the zookeeper for brokers, offsets, etc.

I am trying to query the zookeeper for a list of consumer groups by using the ReadData function and passing the path: "/consumers". For some reason I get returned null back.

I also have a nodejs app that connects to zookeeper and by doing the same thing (passing the same path to their function) I am able to query all the consumer groups.

I am doing something wrong in the c# version one?

The exact command is this: zk.ReadData("/consumers", true);
where zk is my zookeeper client

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant