Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

kafka topic deletion

avatar
Contributor

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?

1 ACCEPTED SOLUTION

avatar
Master Collaborator
2 REPLIES 2

avatar
Master Collaborator

This Cloudera Community video may help. 

avatar
Contributor

Can we delete kafka consumer group data?

not the consumer group need to delete group data?