kop
kop copied to clipboard
[BUG] Consumer groups remained after topics being deleted from pulsar
Reproduce step:
- Consumer a topic using kafka clients.
- delete topic using
bin/pulsar-admin topics delete-partitioned-topic - Get consumer group using
bin/kafka-consumer-groups.sh --list
For Kafka topics, please use Kafka's admin tools to delete them.
./bin/kafka-topics.sh --bootstrap-server localhost:9092 --delete --topic <topic-name>