That error comes from you calling create message stream twice or the
container you are running in is causing this to be called twice
https://github.com/apache/kafka/blob/0.8/core/src/main/scala/kafka/consumer/
ZookeeperConsumerConnector.scala#L133from , don't do that and you won't get
the error.
Any update on this guys ?.
-Original Message-
From: Seshadri, Balaji
Sent: Saturday, December 14, 2013 4:22 PM
To: users@kafka.apache.org
Subject: RE: Unable to start consumers in Tomcat
We are doing one scala consumer and one java consumer who listen on same topic
with different group