junrao commented on code in PR #20405:
URL: https://github.com/apache/kafka/pull/20405#discussion_r2301666898
##########
core/src/test/scala/integration/kafka/server/DynamicBrokerReconfigurationTest.scala:
##########
@@ -1634,6 +1655,71 @@ class TestMetricsReporter extends MetricsReporter with
Reconfigurable with Close
}
}
+object TestNumReplicaFetcherMetricsReporter {
+ val testReporters = new
ConcurrentLinkedQueue[TestNumReplicaFetcherMetricsReporter]()
+ val configuredBrokers = mutable.Set[Int]()
Review Comment:
Is this being used?
--
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]