mjsax commented on code in PR #21803:
URL: https://github.com/apache/kafka/pull/21803#discussion_r3417244991
##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/HeartbeatRequestState.java:
##########
@@ -38,6 +38,8 @@ public class HeartbeatRequestState extends RequestState {
*/
private long heartbeatIntervalMs;
+ private boolean lastHeartbeatReportedTaskOffsetSum = false;
Review Comment:
To not send offsets/sums if not changed -- but boolean might not be enough,
that's a placeholder only on the draft, so I don't forget to do this right.
--
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]