tcomlyy61#
我想根据您的要求,可以将偏移量设置为Earliest,这样可以从头开始消耗。有关偏移量的更多详细信息,您可以访问这篇文章,其中解释了可以将偏移量值设置为https://dzone.com/articles/apache-kafka-consumer-group-offset-retention(https://dzone.com/articles/apache-kafka-consumer-group-offset-retention)的值
nfs0ujit2#
关闭消费者组中的所有消费者,然后执行以下操作:
$ kafka-consumer-groups --bootstrap-server kafka:9092 --group my-special-consumer --topic car-positions --reset-offsets --to-earliest
2条答案
按热度按时间tcomlyy61#
我想根据您的要求,可以将偏移量设置为Earliest,这样可以从头开始消耗。
有关偏移量的更多详细信息,您可以访问这篇文章,其中解释了可以将偏移量值设置为https://dzone.com/articles/apache-kafka-consumer-group-offset-retention(https://dzone.com/articles/apache-kafka-consumer-group-offset-retention)的值
nfs0ujit2#
关闭消费者组中的所有消费者,然后执行以下操作: