Thomas Zimmer created KAFKA-2166:
------------------------------------
Summary: Recreation breaks topic-list
Key: KAFKA-2166
URL: https://issues.apache.org/jira/browse/KAFKA-2166
Project: Kafka
Issue Type: Bug
Reporter: Thomas Zimmer
Hi here are the steps the reproduce the issue:
* Create a topic called "test"
* Delete the topic "test"
* Recreate the topic "test"
What will happen is that you will see the topic in the topic-list but it's
marked as deleted:
./kafka-topics.sh --list --zookeeper zookpeer1.dev, zookeeper2.dev
test - marked for deletion
Is there a way to fix it without having to delete everything? We also tried
several restarts
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)