[ https://issues.apache.org/jira/browse/KAFKA-17780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Jacot updated KAFKA-17780: -------------------------------- Fix Version/s: (was: 4.0.0) > Heartbeat interval is not configured in the heartbeatrequest manager > -------------------------------------------------------------------- > > Key: KAFKA-17780 > URL: https://issues.apache.org/jira/browse/KAFKA-17780 > Project: Kafka > Issue Type: Bug > Components: clients, consumer, kip > Reporter: Arpit Goyal > Priority: Critical > Labels: kip-848-client-support > > In the AbstractHeartBeatRequestManager , I observed we are not setting the > right heartbeat request interval. Is this intentional ? > [~lianetm] [~kirktrue] > {code:java} > long retryBackoffMs = config.getLong(ConsumerConfig.RETRY_BACKOFF_MS_CONFIG); > long retryBackoffMaxMs = > config.getLong(ConsumerConfig.RETRY_BACKOFF_MAX_MS_CONFIG); > this.heartbeatRequestState = new HeartbeatRequestState(logContext, > time, 0, retryBackoffMs, > retryBackoffMaxMs, maxPollIntervalMs); > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)