showuon commented on code in PR #21576:
URL: https://github.com/apache/kafka/pull/21576#discussion_r2938414266
##########
connect/mirror/src/test/java/org/apache/kafka/connect/mirror/integration/MirrorConnectorsIntegrationBaseTest.java:
##########
@@ -1001,6 +1007,76 @@ public void testReplicateFromLatest() throws Exception {
});
}
+ @Test
+ public void testConnectorMetrics() throws InterruptedException,
ExecutionException {
Review Comment:
OK, so if it's possible we create a MockMetricsReporter and try to verify
the legacy metrics are registered correctly like we did
[here](https://github.com/apache/kafka/blob/trunk/connect/runtime/src/test/java/org/apache/kafka/connect/runtime/MockConnectMetrics.java#L153)?
--
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]