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

   Minor changes for improving the logging and docs related to the auto-commit 
inflight logic, also adding tests to ensure the expected behaviour:
   
   - auto-commit on the interval does not send a request if another one 
inflight, and it sends the next as soon as a response is received (without 
waiting for the full interval again)
   - auto-commit before revocation always send a request (even if another one 
from auto-commit on interval is in-flight), to ensure the latest is committed 
before revoking partitions. 
   
   No changes in logic, just adding tests, docs and minor refactoring. 


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to