用新的消费者api删除kafka消费者抵消

时间:2016-10-20 09:30:44

标签: apache-kafka kafka-consumer-api

使用新的消费者API时是否可以删除消费者偏移?

bin/kafka-consumer-groups.sh输出:

WARNING: Group deletion only works for old ZK-based consumer groups, and one has to use it carefully to only delete groups that are not active.

1 个答案:

答案 0 :(得分:0)

唯一方法:使用正确的密钥手动发送到__consumer_offsets主题消息,并且有效负载= null。

Kafka将在一段时间内删除所有消费者数据(由 offsets.retention.minutes 设置)。默认为24小时。