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

   
[KIP-848](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=217387038#KIP848:TheNextGenerationoftheConsumerRebalanceProtocol-Heartbeat&Session)
 mentions:
   > The member is expected to heartbeat every 
group.consumer.heartbeat.interval.ms in order to keep its session opened. If it 
does not heartbeat at least once within the group.consumer.session.timeout.ms, 
the group coordinator will kick the member out from the group.
   
   To avoid misconfiguration, we can add validation for it.
   
   ### 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