kop icon indicating copy to clipboard operation
kop copied to clipboard

[BUG] Consumer groups remained after topics being deleted from pulsar

Open gaozhangmin opened this issue 3 years ago • 1 comments

Reproduce step:

  1. Consumer a topic using kafka clients.
  2. delete topic using bin/pulsar-admin topics delete-partitioned-topic
  3. Get consumer group using bin/kafka-consumer-groups.sh --list

gaozhangmin avatar May 25 '22 03:05 gaozhangmin

For Kafka topics, please use Kafka's admin tools to delete them.

./bin/kafka-topics.sh --bootstrap-server localhost:9092 --delete --topic <topic-name>

BewareMyPower avatar May 25 '22 07:05 BewareMyPower