showuon commented on a change in pull request #11691: URL: https://github.com/apache/kafka/pull/11691#discussion_r795017038
########## File path: clients/src/main/java/org/apache/kafka/common/config/AbstractConfig.java ########## @@ -226,6 +227,10 @@ public Password getPassword(String key) { return keys; } + public boolean originalsContainsKey(String configKey) { Review comment: No logic difference. But anyway, I've reverted this change because AbstractConfig is a public class. -- 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