apoorvmittal10 opened a new pull request, #16339:
URL: https://github.com/apache/kafka/pull/16339

   The share-partition leader keeps track of the state and delivery attempts 
for in-flight records. However, delivery attempts tracking follows atleast-once 
semantics. 
   
   The consumer processes the records and acknowledges them upon successful 
consumption. This successful attempt triggers a transition to the 
"Acknowledged" state.
   
   The code implements the functionality to acknowledge the offset/batches in 
the request to in-memory cached data.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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