How many children are there under /consumers/group/ids? There should be at most 1 zk connection per consumer. Make sure you close each consumer on exit.
Thanks, Jun On Sun, Jul 8, 2012 at 10:40 PM, <zlai_2...@sina.com> wrote: > Hi,all I find that my kafka client have too many connections with zk. > The path "/consumers/group/ids" have too much watch sessions(above 100000) > on the zk. How does it happen? How can I solve it? > Thanks;