-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Messages pagination is broken #3129
Comments
To be done after #3504 |
In my opinion this is a pretty important bug that should be prioritized - my (and I imagine many other people's) primary use case for kafka-ui is to be able to view messages in a sane/convenient UI and only being able to view 100 messages for any given topic is a major flaw. Thanks! |
Same problem here with the v0.7.1 every time the same messages are browse and when you sort in oldest first it's even worse because UI consume a huge amount of messages to sort them and when you go to next page it re-consume everything again |
I've temporarily deployed an old (probably insecure) version of kafka-ui that didn't have this bug to get around this issue for my personal testing, in case anyone else wanted to try that. |
Hi, @musabshak I keep going down to lower versions, but it's not working. |
@95jinhong there wasn't a readily available helm chart at the version i had to go down to to avoid the bug so i had to do some manual helm chart modifications from what i remember. the commit i have running that doesn't have this bug is: 521ba0c |
i see that i have chart version 0.4.4 but i manually override the image to be: image: docker.io/provectuslabs/kafka-ui:521ba0cb2f63110eb2ed13a7054a4d70238a862a |
It is quite silly that I have to do this workaround to get what is in my opinion the core feature of this app the work lol. Thankfully I'm only testing locally so I don't have to worry about security vulnerabilities I am exposing myself to. |
@musabshak This is exactly what I wanted~! Cheers |
For anyone interested, I merged the MessagesV2 API changes and implemented the respective UI changes to support the new API in my fork. It solves all the pagination and sorting issues with the current master branch. I also applied most of the updates for the packages to reduce the vulnerabilities. |
Bugs do exist and applications' features, even the core ones, tend to become broken sometimes. Besides, for the attention of whom it may concern, here's an announcement published in September regarding the project's state: #4255 Also, all the issues regarding messages have been addressed here: https://github.com/kafbat/kafka-ui/releases/tag/v1.0.0 |
Describe the bug
In case Topic has 100+ messages, only 100 are displayed
Set up
http://master.internal.kafka-ui.provectus.io/
Pre-conditions:
Steps to Reproduce
Actual behavior
The same 100 messages are displayed
Expected behavior
On each page should be displayed corresponding count of Messages
Screenshots
Screen.Recording.2022-12-23.at.18.01.29.mov
The text was updated successfully, but these errors were encountered: