-
Notifications
You must be signed in to change notification settings - Fork 10
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
MGDSTRM-9146 - Admin server does not return latest from all partitions #222
MGDSTRM-9146 - Admin server does not return latest from all partitions #222
Conversation
Optimize end of poll detection and limit size of materialized record set
systemtests/src/test/java/org/bf2/admin/kafka/systemtest/plain/RecordEndpointTestIT.java
Outdated
Show resolved
Hide resolved
systemtests/src/test/java/org/bf2/admin/kafka/systemtest/plain/RecordEndpointTestIT.java
Show resolved
Hide resolved
4250431
to
12cd251
Compare
kafka-admin/src/main/java/org/bf2/admin/kafka/admin/RecordOperations.java
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! |
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.
LGTM 👍 Thanks @biswassri
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.
lgtm
I do not think I quite followed the lamda based final call that brings everything together :) just that I was never used StreamSupport class before
No description provided.