kirktrue commented on code in PR #20983:
URL: https://github.com/apache/kafka/pull/20983#discussion_r2558182900
##########
core/src/test/scala/integration/kafka/server/DynamicBrokerReconfigurationTest.scala:
##########
@@ -171,7 +171,7 @@ class DynamicBrokerReconfigurationTest extends
QuorumTestHarness with SaslSetup
clientThreads.foreach(_.join(5 * 1000))
executors.foreach(_.shutdownNow())
producers.foreach(_.close(Duration.ZERO))
- consumers.foreach(_.close(Duration.ofMillis(0)))
+ consumers.foreach(_.close(CloseOptions.timeout(Duration.ofMillis(0))))
Review Comment:
```suggestion
consumers.foreach(_.close(CloseOptions.timeout(Duration.ZERO)))
```
--
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]