You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by Kafka Life <li...@gmail.com> on 2023/04/26 10:21:47 UTC

Consumer offset value -Apache kafka 3.2.3

Dear Kafka Experts

How can we check for a particular offset number in Apache kafka 3.2.3
version.Could you please share some light.
The kafka_console_consumer tool is throwing class not found error.

./kafka-run-class.sh kafka.tools.ConsumerOffsetChecker
        --topic your-topic
        --group your-consumer-group
        --zookeeper localhost:2181

Re: Consumer offset value -Apache kafka 3.2.3

Posted by ziming deng <de...@gmail.com>.
Hello,
It seems kafka.tools.ConsumerOffsetChecker has been deprecated in 0.9.0, in the new version, please use kafka-consumer-groups.sh

--
Best,
Ziming

> On Apr 26, 2023, at 18:21, Kafka Life <li...@gmail.com> wrote:
> 
> Dear Kafka Experts
> 
> How can we check for a particular offset number in Apache kafka 3.2.3
> version.Could you please share some light.
> The kafka_console_consumer tool is throwing class not found error.
> 
> ./kafka-run-class.sh kafka.tools.ConsumerOffsetChecker
>        --topic your-topic
>        --group your-consumer-group
>        --zookeeper localhost:2181