chia7712 commented on code in PR #16933: URL: https://github.com/apache/kafka/pull/16933#discussion_r1723323110
########## clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java: ########## @@ -3326,6 +3326,22 @@ public void testClientInstanceIdNoTelemetryReporterRegistered() { assertEquals("Telemetry is not enabled. Set config `enable.metrics.push` to `true`.", exception.getMessage()); } + @ParameterizedTest + @EnumSource(GroupProtocol.class) + public void testEmptyGroupId(GroupProtocol groupProtocol) { Review Comment: Could you please cleanup the duplicate tests in `AsyncKafkaConsumerTest`? -- 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