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 <[email protected]> wrote: > 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 <ServerName> > We see the LAG for this measurement is high, but we know why. Is there > anyway to let ZK know that this consumer group will never catch up for this > topic, since it's not consumed any longer? > -- -Regards, Mayuresh R. Gharat (862) 250-7125
