Page MenuHomePhabricator

Document the process for hard-deleting topics in kafka
Closed, ResolvedPublic

Description

During an outage of the main-kafka cluster, due to a bug in core kafka some topics caused the brokers to fail and not be able to start back. In order to clean up the state, manual removal of the topics form Zookeeper was required as well as removing the files from disc on the brokers.

This process should be documented together with the pitfalls of the normal kafka-cli topic deletion process.