provectus / kafka-ui

Open-Source Web UI for Apache Kafka Management
Apache License 2.0
8.97k stars 1.1k forks source link

"Oldest first" message view shows no records, but keeps polling partitions #4434

Open marcmesh opened 2 months ago

marcmesh commented 2 months ago

Issue submitter TODO list

Describe the bug (actual behavior)

Since updating to v.0.7.2, kafka-ui does not show any records when "Oldest first" (default) view is selected. It just seems to consume the topic by polling all the partitions (exactly like it would when a filter is selected), but no records are shown. After the whole topic has been consumed, "No records found" message is shown.

Expected behavior

"Oldest first" should work for all topics

Your installation details

Steps to reproduce

Screenshots

During consumption of the whole topic (on "Oldest first")

image

After consumption (and no messages where found)

image

Logs

kafka-ui.log

Additional context

github-actions[bot] commented 2 months ago

Hello there marcmesh! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀

Haarolean commented 2 months ago

Hi @marcmesh! Despite the new "release", this repo is not really maintained (see #4255). We've fixed all the issues related to messages in https://github.com/kafbat/kafka-ui, will be happy to hear your feedback. Release link: v1.0.0

marcmesh commented 2 months ago

Thank you very much @Haarolean for pointing me to Kafbat UI. We will try out v1.0.0 as suggested and report back 🚀

marcmesh commented 2 months ago

@Haarolean after migrating to Kafbat 1.0.0, the issue persists unfortunately :( (besides that Oldest and Newest are switched, which is a known and already fixed issue).

image

So how should I proceed, is "linking" this issue in https://github.com/kafbat/kafka-ui enough or should I replicate the issue there?