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

   The group expiration log becomes noisy when we encounter a retry-able error 
as the retry backoff is fixed to 500 ms. Allow customizable retry backoff so 
that even in the case of failure we have a longer delay.
   
   The current default for offsetsRetentionCheckIntervalMs is set to 10 minutes 
so even if the operation fails we will "retry" after 10 minutes. 
   
   ### 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: jira-unsubscr...@kafka.apache.org

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

Reply via email to