bbejeck commented on code in PR #19588:
URL: https://github.com/apache/kafka/pull/19588#discussion_r2066340472


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java:
##########
@@ -2093,6 +2095,25 @@ private List<StreamsGroupHeartbeatResponseData.TaskIds> 
createStreamsGroupHeartb
             .collect(Collectors.toList());
     }
 
+    private List<StreamsGroupHeartbeatResponseData.EndpointToPartitions> 
maybeBuildEndpointToPartitions(StreamsGroup group) {

Review Comment:
   Yes absolutely just for this PR - next up is only sending when the 
assignment changes



-- 
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

Reply via email to