see-quick commented on code in PR #20672:
URL: https://github.com/apache/kafka/pull/20672#discussion_r2460005472


##########
core/src/test/scala/unit/kafka/server/DynamicBrokerConfigTest.scala:
##########
@@ -1086,3 +1126,50 @@ class TestDynamicThreadPool extends BrokerReconfigurable 
{
     assertEquals(100, newConfig.backgroundThreads)
   }
 }
+
+class TestExporterOnly extends org.apache.kafka.common.metrics.MetricsReporter 
with ClientTelemetryExporterProvider {

Review Comment:
   I can do it for MetricsReporter and KafkaMetrics, but not for `util.Map` or 
`util.List` because there is already another implementation `Map => JMap` and 
the same for List (scala versions).



-- 
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]

Reply via email to