-
-
Notifications
You must be signed in to change notification settings - Fork 660
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
Existing messages are not shown in topic Data table #1616
Comments
@FilatovM on which version ? 0.24.0 or dev ? |
It's 0.24.0 |
Ok then this issue should be fixed on the dev branch (and the new version that will be released soon) |
Hi @AlexisSouquiere, |
Hello,
Looks like you usually see data from partitions which have the same leader broker. But I didn't look through the code yet to prove it, may be someone know what can be a reason of such behavior? |
Found out the cause. The problem in default consumer poll here https://github.com/tchiotludo/akhq/blob/dev/src/main/java/org/akhq/repositories/RecordRepository.java#L164 The issue is not reproducing in Looks like previously we had the same logic for I locally resolved the issue in fast mode, just call consume for each partition I have:
but looks like it should be more generic and smart logic. Probably it is better to use the same approach as for @tchiotludo Hi, what do you think about that? |
I have noticed this issue also. Multi broker cluster (MSK on AWS). If i switch to sort by oldest it appears to display messages. I have had this several times, not sure if it always works with Oldest. |
Also experiencing this. In our case we see messages with oldest sorting, but not using newest. |
I am also experiencing this, when I switch back to akhq 0.23.0 all messages are displayed just fine. |
please try with latest |
I have the same isuue on 0.23.0, 0.24.0 and dev! "No data available" when search by Value or sort by Oldest. Even if serch for a record added one munutes ago. Topic contains 260K records, 5 partitions, replication factor =3. Schema registry is used, format is avro. |
After producing messages to topic they are not shown in UI (all messages or some of them). They are already committed but can't be displayed until the page refreshed several times or some kind of filters or sorts applied. The number of messages displayed correctly, but "No data available" displayed in the table instead of messages.
Sometimes only part of messages are missing, in other cases all messages committed recently are absent.
The text was updated successfully, but these errors were encountered: