Stale topic for existing producer

2015-06-09 Thread Casey Daniell
BackgroundWe have a few consumer that *used* to consume a particular topic. This topic still exist and the consumers still exist, however, these consumer no longer subscribe to the topic. When we check the offset for the Consumer Group, kafka.tools.ConsumerOffsetChecker, ZK believes this tier

Drop Topic from Consumer

2015-10-27 Thread Casey Daniell
We are using Kafka 0.8.1 and have a Consumer that used to pull multiple topics. One of these topics is no longer needed by this consumer/group, so when I look at /usr/local/kafka/bin/kafka-run-class.sh kafka.tools.ConsumerOffsetChecker --zkconnect localhost --group We see the LAG for this meas

RE: Drop Topic from Consumer

2015-10-28 Thread Casey Daniell
s...@gmail.com > To: users@kafka.apache.org > > Is it a wildcard consumer or you specify the topics manually? > You can do this by modifying the znode in zookeeper for that consumer group. > > Thanks, > > Mayuresh > > On Tue, Oct 27, 2015 at 8:09 AM, Casey Daniell