ChoMinGi opened a new pull request, #22964: URL: https://github.com/apache/kafka/pull/22964
Backports the following fixes to the `4.3` branch: - #22073 - #22836 #22073 applied cleanly. #22836 conflicted only in the import section of `ShareHeartbeatRequestManagerTest`. The 4.3 branch already uses `anyBoolean()`, so the existing `anyBoolean` import was retained. The remaining changes and regression tests were applied unchanged. Testing: `./gradlew :clients:test --tests 'org.apache.kafka.clients.consumer.internals.AbstractCoordinatorTest' --tests 'org.apache.kafka.clients.consumer.internals.ConsumerHeartbeatRequestManagerTest' --tests 'org.apache.kafka.clients.consumer.internals.CoordinatorRequestManagerTest' --tests 'org.apache.kafka.clients.consumer.internals.ShareHeartbeatRequestManagerTest'` All four test classes pass locally on this branch. -- 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]
