ahuang98 commented on code in PR #19655: URL: https://github.com/apache/kafka/pull/19655#discussion_r2082367943
########## clients/src/main/java/org/apache/kafka/common/requests/IncrementalAlterConfigsRequest.java: ########## @@ -106,4 +107,35 @@ public AbstractResponse getErrorResponse(final int throttleTimeMs, final Throwab } return new IncrementalAlterConfigsResponse(response); } + + // It is not safe to print all config values + @Override + public String toString() { Review Comment: thanks for the offline discussion, using the JsonConverter logic seems to simplify the logic a bunch. -- 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