[ 
https://issues.apache.org/jira/browse/KAFKA-17780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arpit Goyal updated KAFKA-17780:
--------------------------------
    Component/s: kip

> 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: consumer, kip
>            Reporter: Arpit Goyal
>            Priority: Critical
>
> 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)

Reply via email to