DL1231 commented on code in PR #21467:
URL: https://github.com/apache/kafka/pull/21467#discussion_r2844050439
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupConfig.java:
##########
@@ -69,6 +70,10 @@ public final class GroupConfig extends AbstractConfig {
"If set to \"read_uncommitted\", the share group will return all
messages, even transactional messages which have been aborted. " +
"Non-transactional records will be returned unconditionally in either
mode.";
+ public static final String SHARE_RENEW_ACKNOWLEDGE_ENABLE_CONFIG =
"share.renew.acknowledge.enable";
+ public static final boolean SHARE_RENEW_ACKNOWLEDGE_ENABLE_DEFAULT = false;
Review Comment:
Thanks for catching that, updated to `true`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]