dajac commented on code in PR #19605: URL: https://github.com/apache/kafka/pull/19605#discussion_r2068844719
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractHeartbeatRequestManager.java: ########## @@ -63,8 +63,10 @@ public abstract class AbstractHeartbeatRequestManager<R extends AbstractResponse protected final Logger logger; /** - * Time that the group coordinator will wait on member to revoke its partitions. This is provided by the group - * coordinator in the heartbeat + * Max time allowed between invocations of poll, defined in the {@link ConsumerConfig#MAX_POLL_INTERVAL_MS_CONFIG} config. + * This is sent to the coordinator in the first heartbeat to join a group, to be used as rebalance timeout. + * Also, the consumer will proactively rejoin the group on a call to poll if this time has expired. + * Review Comment: nit: empty line. -- 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