dajac commented on code in PR #17982:
URL: https://github.com/apache/kafka/pull/17982#discussion_r1863529874
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java:
##########
@@ -1905,7 +1718,7 @@ private
CoordinatorResult<ConsumerGroupHeartbeatResponseData, CoordinatorRecord>
metrics.record(CONSUMER_GROUP_REBALANCES_SENSOR_NAME);
}
- group.setMetadataRefreshDeadline(currentTimeMs +
consumerGroupMetadataRefreshIntervalMs, groupEpoch);
+ group.setMetadataRefreshDeadline(currentTimeMs +
Integer.MAX_VALUE, groupEpoch);
Review Comment:
Correct. We don't rely on periodic refreshed at the moment. Let me still
extract it into a constant.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]