see-quick commented on code in PR #20672:
URL: https://github.com/apache/kafka/pull/20672#discussion_r2472811507
##########
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/admin/ClientTelemetryTest.java:
##########
@@ -135,6 +154,51 @@ public void testIntervalMsParser(ClusterInstance
clusterInstance) {
}
}
+ @ClusterTest(types = Type.KRAFT,
+ brokers = 3,
+ serverProperties = {
+ @ClusterConfigProperty(key = METRIC_REPORTER_CLASSES_CONFIG,
value = "org.apache.kafka.clients.admin.ClientTelemetryTest$TelemetryExporter")
+ })
+ public void testPushInterval(ClusterInstance clusterInstance) throws
Exception {
Review Comment:
Let me know what you think about this test case, or if having it in the
streams is enough @mimaison.
--
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]