mimaison commented on code in PR #21576:
URL: https://github.com/apache/kafka/pull/21576#discussion_r2940587898
##########
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:
Thanks for the suggestion. I added tests for legacy metrics with a custom
metrics reporter.
--
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]