Created 07-21-2020 10:15 PM
yesterday i deleted some topics in my kafka with below command
./kafka-topics.sh — zookeeper localhost:2181 — delete — topic <topic_name>
with the configuration of
delete.topic.enable=true
after 20 hrs i checked those topics still not deleted. how can we force delete those topics. and why it will take this much time to delete the topic?
Created 07-21-2020 11:13 PM
This Cloudera Community video may help.
Created 07-21-2020 11:13 PM
This Cloudera Community video may help.
Created 07-23-2020 02:38 AM
Can we delete kafka consumer group data?
not the consumer group need to delete group data?