when i use kafka0.8.x,i can get all group list with zookeeper by path /consumers/group_id
, because offsets will commit to zookeeper in 0.8.x.
But in version of 0.10.x, offsets commited to kafka broker like a path /brokers/topics/__consumer_offsets
and path /consumers
in zookeeper has nothing. so I can not get consumer group list by zookeeper.