lucasbru commented on code in PR #20755:
URL: https://github.com/apache/kafka/pull/20755#discussion_r2460744533
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java:
##########
@@ -8716,6 +8753,31 @@ static String classicGroupSyncKey(String groupId) {
return "sync-" + groupId;
}
+ /**
+ * Callback when the initial rebalance delay timer expires.
+ * This is a no-op as the actual assignment computation happens on the
next heartbeat.
+ *
+ * @param groupId The group id.
+ *
+ * @return An empty result.
+ */
+ private CoordinatorResult<Void, CoordinatorRecord>
fireStreamsInitialRebalance(String groupId) {
Review Comment:
If this is not doing anything, I think we can inline this.
--
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]