-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
FE: Implement previous button in topic messages page #550
base: main
Are you sure you want to change the base?
FE: Implement previous button in topic messages page #550
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi hadisfr! 👋
Welcome, and thank you for opening your first PR in the repo!
Please wait for triaging by our maintainers.
Please take a look at our contributing guide.
89021aa
to
2e81741
Compare
Waiting for this change to get available. |
611c55c
to
d77352a
Compare
d77352a
to
40c6f0b
Compare
Hi! |
Hello @Haarolean @iliax , |
@@ -147,7 +147,7 @@ void cursorIsRegisteredAfterPollingIsDoneAndCanBeUsedForNextPagePolling(PollingM | |||
Flux<String> remainingMsgs = messagesService.loadMessages(cluster, testTopic, cursorIdCatcher.get()) | |||
.doOnNext(evt -> { | |||
if (evt.getType() == TopicMessageEventDTO.TypeEnum.DONE) { | |||
assertThat(evt.getCursor()).isNull(); | |||
assertThat(evt.getNextCursor()).isNull(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hadisfr can we add some tests for the new backward cursor here?
What changes did you make?
This PR adds the Previous button to the topic messages page.
This button used to be there in the provectus version, but was broken and has been removed in kafbat since migration to messages API v2.
This PR somehow addresses #270.
Is there anything you'd like reviewers to focus on?
How Has This Been Tested?
We checked the aforementioned page extensively and ran the maven tests.
Checklist
Check out Contributing and Code of Conduct
A picture of a cute animal
P.S. Sorry but it seems that I don't have access to set label nor to ask a reviewer to review my changes, as requested in docs.
Also, checking all boxes of "How Has This Been Tested" seems irrelevant, but it causes failure of automatic check of PR.