mimaison commented on code in PR #21576:
URL: https://github.com/apache/kafka/pull/21576#discussion_r2930214637
##########
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:
Legacy metrics are registered inside the `Metrics` instance in the
connectors. Unfortunately we can't access these.
The only way to retrieve these metrics would be to use a metrics reporter.
This is the reason there were no existing tests for the legacy metrics.
--
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]