xrl*_*xrl 1 stream offset apache-kafka
我试图通过删除消费者配置并让我的脚本稍后重新创建它来重置消费者配置,但我遇到了关于新消费者不可删除的错误。
kafka@kafka-0:~$ ./bin/kafka-consumer-groups.sh --bootstrap kafka-0:9092 --delete --group etl
Option '[delete]' is only valid with '[zookeeper]'. Note that there's no need to delete group metadata for the new consumer as the group is deleted when the last committed offset for that group expires.
Run Code Online (Sandbox Code Playgroud)
现在我想知道,控制此错误消息过期的消费者配置选项的名称是什么?