PoAn Yang created KAFKA-17618: --------------------------------- Summary: group consumer heartbeat interval should be less than session timeout Key: KAFKA-17618 URL: https://issues.apache.org/jira/browse/KAFKA-17618 Project: Kafka Issue Type: Task Reporter: PoAn Yang Assignee: PoAn Yang
[KIP-848|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=217387038#KIP848:TheNextGenerationoftheConsumerRebalanceProtocol-Heartbeat&Session] mentions: bq. 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 users configure _group.consumer.heartbeat.interval.ms_ bigger than _group.consumer.session.timeout.ms_, we can add validation for it. We can do similar validation for _group.share.heartbeat.interval.ms_ and _group.share.session.timeout.ms_ as well. -- This message was sent by Atlassian Jira (v8.20.10#820010)