philipnee commented on code in PR #14406: URL: https://github.com/apache/kafka/pull/14406#discussion_r1340402407
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/Deserializers.java: ########## @@ -75,4 +75,12 @@ public void close() { throw new KafkaException("Failed to close deserializers", exception); } } + + @Override + public String toString() { + return "Deserializers{" + Review Comment: should we use ( ) instead of { } ? -- 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