Skip to content
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

use the correct data-sort-key for unacknowledged messages #836

Merged
merged 2 commits into from
Nov 9, 2024

Conversation

kickster97
Copy link
Member

WHAT is this pull request doing?

updates the data-sort-key for unacknowledged messages in the channels, and connections ecr files.
Fixes: #820

HOW can this pull request be tested?

make clean-views
make views
now look at the channels tab, and sort on unacknowledged messages.

@kickster97 kickster97 requested a review from a team as a code owner November 8, 2024 21:25
Copy link
Member

@johanrhodin johanrhodin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And in view/consumers.ecr too?

@kickster97
Copy link
Member Author

And in view/consumers.ecr too?

we don't have unacknowledged messages as a column in the consumers view, or is it another column in consumers you mean?

@johanrhodin
Copy link
Member

Sorry I mean the prefetch count is not correctly sorted in the consumers view
Screenshot 2024-11-08 at 15 54 35

@kickster97
Copy link
Member Author

kickster97 commented Nov 8, 2024

Sorry I mean the prefetch count is not correctly sorted in the consumers view

ah ok, interesting.. this is all really messy! fixed that one aswell now.

@kickster97 kickster97 merged commit 402270c into main Nov 9, 2024
23 of 25 checks passed
@kickster97 kickster97 deleted the fix-sorting branch November 9, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sorting channels on unacked messages does not work as expected
3 participants