cadonna commented on code in PR #19181: URL: https://github.com/apache/kafka/pull/19181#discussion_r1991820732
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/StreamsGroupHeartbeatRequestManager.java: ########## @@ -61,9 +61,23 @@ public class StreamsGroupHeartbeatRequestManager implements RequestManager { static class HeartbeatState { + // Fields of StreamsGroupHeartbeatRequest sent in the most recent request + static class LastSentFields { + + private StreamsRebalanceData.Assignment assignment = null; Review Comment: Done -- 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