kafka-ui
kafka-ui copied to clipboard
Redesign: topic creation fails randomly
Sometimes upon creating a topic this happens:
404 Topic not found
Clicking the button again produces this:
400 Topic 'deltest' already exists.
.
Need to investigate.
This is what I get when reproducing it java.util.concurrent.CompletionException: org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
It does randomly happen.
https://issues.apache.org/jira/browse/KAFKA-6221
Blocked by kafka's issue