jim0987795064 commented on code in PR #20068:
URL: https://github.com/apache/kafka/pull/20068#discussion_r2200177131
##########
core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala:
##########
@@ -2850,6 +2851,21 @@ class PlaintextAdminIntegrationTest extends
BaseAdminIntegrationTest {
}
}
+ def sleepMillisToPropagateMetadata(durationMs: Long, partition:
TopicPartition): Unit = {
Review Comment:
Hello @TaiJuWu ,I extracted this logic into a separate method so that it's
easier to reuse in other places if needed. Keeping it outside makes the code
more modular and improves readability.
Please let me know if you have any other questions.
--
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]