bbejeck commented on code in PR #17021: URL: https://github.com/apache/kafka/pull/17021#discussion_r1815598995
########## core/src/test/java/kafka/admin/ClientTelemetryTest.java: ########## @@ -80,7 +80,7 @@ public class ClientTelemetryTest { public void testClientInstanceId(ClusterInstance clusterInstance) throws InterruptedException, ExecutionException { Map<String, Object> configs = new HashMap<>(); configs.put(AdminClientConfig.BOOTSTRAP_SERVERS_CONFIG, clusterInstance.bootstrapServers()); - configs.put(AdminClientConfig.ENABLE_METRICS_PUSH_CONFIG, true); + configs.put(AdminClientConfig.ENABLE_METRICS_PUSH_CONFIG, "true"); Review Comment: unintentional - will revert -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org