-
Notifications
You must be signed in to change notification settings - Fork 14.8k
KAFKA-19845: [1/N] Renew acks in share consumer #20838
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
KAFKA-19845: [1/N] Renew acks in share consumer #20838
Conversation
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ShareConsumerImpl.java
Outdated
Show resolved
Hide resolved
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ShareConsumerImpl.java
Outdated
Show resolved
Hide resolved
adixitconfluent
left a comment
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.
Looks good to me from the broker changes and integration tests perspective. One question though.
...nts-integration-tests/src/test/java/org/apache/kafka/clients/consumer/ShareConsumerTest.java
Outdated
Show resolved
Hide resolved
apoorvmittal10
left a comment
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.
Thanks for the PR, LGTM.
adixitconfluent
left a comment
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 for broker changes and integration tests
ShivsundarR
left a comment
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.
Thanks for the updated PR @AndrewJSchofield. Looks good to me.
Implements AcknowledgeType.RENEW in the share consumer as part of KIP-1222. There will be a future PR with additional tests. Reviewers: Apoorv Mittal <[email protected]>, Shivsundar R <[email protected]>, Abhinav Dixit <[email protected]>
Implements AcknowledgeType.RENEW in the share consumer as part of KIP-1222. There will be a future PR with additional tests. Reviewers: Apoorv Mittal <[email protected]>, Shivsundar R <[email protected]>, Abhinav Dixit <[email protected]>
Implements AcknowledgeType.RENEW in the share consumer as part of
KIP-1222. There will be a future PR with additional tests.
Reviewers: Apoorv Mittal [email protected], Shivsundar R
[email protected], Abhinav Dixit [email protected]