m1a2st commented on code in PR #18930: URL: https://github.com/apache/kafka/pull/18930#discussion_r2019787793
########## clients/src/main/java/org/apache/kafka/clients/admin/AdminClientConfig.java: ########## @@ -289,6 +295,13 @@ protected Map<String, Object> postProcessParsedConfig(final Map<String, Object> CommonClientConfigs.warnDisablingExponentialBackoff(this); return CommonClientConfigs.postProcessReconnectBackoffConfigs(this, parsedValues); } + + @Override + public Map<String, Object> originals() { Review Comment: Thanks for @gharris1727 information, This PR should focus on document change. -- 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