Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
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?