chia7712 commented on code in PR #19651: URL: https://github.com/apache/kafka/pull/19651#discussion_r2086042662
########## clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/consumer/ShareConsumerTest.java: ########## @@ -2994,35 +2992,4 @@ private void waitForAssignment(String groupId, List<TopicPartition> tps) { throw new RuntimeException(e); } } - - public static class SerializerImpl implements Serializer<byte[]> { Review Comment: why moving it to `ClientsTestUtils`? -- 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