abbccdda commented on a change in pull request #9102: URL: https://github.com/apache/kafka/pull/9102#discussion_r463920622
########## File path: clients/src/main/java/org/apache/kafka/common/config/AbstractConfig.java ########## @@ -228,6 +228,13 @@ public Password getPassword(String key) { return copy; } + public Map<String, Object> originals(Map<String, Object> configOverrides) { Review comment: s/originals/copyWithOverride? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org