kafka-ui icon indicating copy to clipboard operation
kafka-ui copied to clipboard

Redesign: topic creation fails randomly

Open Haarolean opened this issue 3 years ago • 3 comments

Sometimes upon creating a topic this happens: 404 Topic not found Clicking the button again produces this: 400 Topic 'deltest' already exists..

Haarolean avatar Dec 14 '21 12:12 Haarolean

Need to investigate.

Haarolean avatar Feb 10 '22 15:02 Haarolean

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

MichaelGonzalezMurillo avatar Aug 04 '22 22:08 MichaelGonzalezMurillo

Blocked by kafka's issue

Haarolean avatar Aug 05 '22 14:08 Haarolean