You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: