vamossagar12 commented on code in PR #15305:
URL: https://github.com/apache/kafka/pull/15305#discussion_r1596969230
##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinator.java:
##########
@@ -1205,7 +1215,7 @@ public void handle(LeaveGroupResponse leaveResponse,
RequestFuture<Void> future)
}
// visible for testing
- synchronized RequestFuture<Void> sendHeartbeatRequest() {
+ public synchronized RequestFuture<Void> sendHeartbeatRequest() {
Review Comment:
This change is no longer valid. I was trying out some things to make the
`WorkerCoordinator` test work and this came through because of that. Will
remove.
--
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]