lucasbru commented on code in PR #19491:
URL: https://github.com/apache/kafka/pull/19491#discussion_r2047774920
##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/StreamsGroupHeartbeatRequestManager.java:
##########
@@ -490,8 +492,12 @@ private NetworkClientDelegate.UnsentRequest
makeHeartbeatRequestAndHandleRespons
}
private NetworkClientDelegate.UnsentRequest makeHeartbeatRequest(final
long currentTimeMs) {
+ StreamsGroupHeartbeatRequestData data =
this.heartbeatState.buildRequestData();
+ if (membershipManager.state() == MemberState.JOINING) {
+ logger.info("Joining group with request {}", data);
Review Comment:
removed
--
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]