philipnee commented on code in PR #15035:
URL: https://github.com/apache/kafka/pull/15035#discussion_r1432803468
##########
clients/src/test/java/org/apache/kafka/clients/consumer/internals/HeartbeatRequestManagerTest.java:
##########
@@ -679,4 +683,23 @@ private HeartbeatRequestManager
createHeartbeatRequestManager() {
heartbeatRequestState,
backgroundEventHandler);
}
+
+ private HeartbeatRequestManager createHeartbeatRequestManager(
Review Comment:
turned out we are using testBuilder in this test again. So we might want to
refactor the test and turn everything to mock.
--
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]