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

AKCORE-137: Prepare consumer for merge #1329

Merged
merged 2 commits into from
Jun 26, 2024
Merged

AKCORE-137: Prepare consumer for merge #1329

merged 2 commits into from
Jun 26, 2024

Conversation

AndrewJSchofield
Copy link
Member

Refactored the share group consumer using the latest code in AK in preparation for an AK PR.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@AndrewJSchofield AndrewJSchofield requested review from a team as code owners June 26, 2024 13:24
@AndrewJSchofield AndrewJSchofield requested review from apoorvmittal10 and ShivsundarR and removed request for a team June 26, 2024 13:25
Copy link
Member

@ShivsundarR ShivsundarR left a comment

Choose a reason for hiding this comment

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

LGTM! Just one minor nit comment.

@@ -1244,8 +1245,10 @@ public void testAcknowledgeCommitCallbackThrowsException() {

shareConsumer.poll(Duration.ofMillis(2000));

// The second poll sends the acknowledgments implicitly. Once the response for the acknowledgements is
// received, the acknowledgement commit callback will be called and the exception is thrown.
// The second poll sends the acknowledgments implicitly. Once the response for the acknowledgements is received.
Copy link
Member

Choose a reason for hiding this comment

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

nit : the second line can be removed in the comment.

@AndrewJSchofield AndrewJSchofield merged commit 5b31931 into kip-932 Jun 26, 2024
2 of 7 checks passed
@AndrewJSchofield AndrewJSchofield deleted the AKCORE-137 branch June 26, 2024 17:05
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.

None yet

3 participants