Kafka-ui hangs on topic search in specific page
See original GitHub issueDescribe the bug Kafka-ui seems to hang/load indefinitely whenever We search for a specific topic that is located in a specific page (page 4 which we can’t also load).
Set up
App version: 7d5b7de Kafka version that we are using : 2.8.0 (Commit:ebb1d6e21cc92130) Docker version 1.13.1, build 7d71120/1.13.1
Steps to Reproduce
Steps to reproduce the behavior:
- docker-compose
- login
- topics
- search for topics in page 4
- hangs/loads until timeout
Expected behavior
Topic search works and we can use kafka-ui to see messages of said topic
Screenshots

Additional context
When the issue occurs we can see these logs :
2022-10-06 11:05:04,468 INFO [kafka-admin-client-thread | adminclient-1] o.a.k.c.a.KafkaAdminClient: [AdminClient clientId=adminclient-1] Retrying to fetch metadata.
2022-10-06 11:05:04,469 INFO [kafka-admin-client-thread | adminclient-1] o.a.k.c.a.KafkaAdminClient: [AdminClient clientId=adminclient-1] Retrying to fetch metadata.
2022-10-06 11:05:04,470 INFO [kafka-admin-client-thread | adminclient-1] o.a.k.c.a.KafkaAdminClient: [AdminClient clientId=adminclient-1] Retrying to fetch metadata.
2022-10-06 11:05:04,471 INFO [kafka-admin-client-thread | adminclient-1] o.a.k.c.a.KafkaAdminClient: [AdminClient clientId=adminclient-1] Retrying to fetch metadata.
2022-10-06 11:05:04,471 INFO [kafka-admin-client-thread | adminclient-1] o.a.k.c.a.KafkaAdminClient: [AdminClient clientId=adminclient-1] Retrying to fetch metadata.
2022-10-06 11:05:04,472 INFO [kafka-admin-client-thread | adminclient-1] o.a.k.c.a.KafkaAdminClient: [AdminClient clientId=adminclient-1] Retrying to fetch metadata.
2022-10-06 11:05:04,473 INFO [kafka-admin-client-thread | adminclient-1] o.a.k.c.a.KafkaAdminClient: [AdminClient clientId=adminclient-1] Retrying to fetch metadata.
Issue Analytics
- State:
- Created a year ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Kafka-ui hangs on topic search in specific page - provectus/kafka-ui ...
Issue. Describe the bug Kafka-ui seems to hang/load indefinitely whenever We search for a specific topic that is located in a specific page...
Read more >Why consumer hangs while consuming messages from Kafka ...
According to Kafka Consumer does not receive messages , there are two ways to connect to a topic, assign and subscribe .
Read more >Consuming Messages Out of Apache Kafka in a Browser
We started with a single WebSocket message event that took 80 ms and reduced it to 12 ms rendering, in addition to not...
Read more >Contribute to provectus/kafka-ui - GitHub
kafka -ui / CONTRIBUTING.md. Each issue displayed here is a "good first issue," selected for its relative approachability for first-time contributors.
Read more >Overview of UI Tools for Monitoring and Management of ...
Kafdrop is a web UI for viewing Apache Kafka topics and browsing consumer groups. The tool enables developers to more easily display and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello everyone, we found the issue… ☕
It seems there was a bugged topic that was created by automated jobs…
Thank you for your help.
EDIT : We saw that there was an issue with a topic because URP:3 (and we have 3 partitions per topic)
@iliax could you take a look please?