apoorvmittal10 commented on code in PR #20918:
URL: https://github.com/apache/kafka/pull/20918#discussion_r2543862937


##########
clients/src/main/java/org/apache/kafka/clients/consumer/KafkaShareConsumer.java:
##########
@@ -242,6 +261,71 @@
  * non-transactional records and committed transactional records only. The 
consumption is bounded by the last stable
  * offset, so an open transaction blocks the progress of the share group with 
read_committed isolation level.
  *
+ * <h3><a name="renewal">Extending Processing Times using Renewal 
Acknowledgement</a></h3>
+ * For situations in which the processing time is longer than the acquisition 
lock duration, the application

Review Comment:
   Should we also mention that for this approach the user need to set 
`share.acknowledgement.mode` to `explicit`?



-- 
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]

Reply via email to