cadonna commented on code in PR #19181:
URL: https://github.com/apache/kafka/pull/19181#discussion_r1991647238


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

Review Comment:
   In future, it will contain more fields like `TaskOffsets` and 
`TaskEndOffsets` from KIP-1071. Plus, the class `LastSentFields` also documents 
what these fields are about. 



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