TaiJuWu commented on code in PR #18850: URL: https://github.com/apache/kafka/pull/18850#discussion_r2006937154
########## clients/src/main/java/org/apache/kafka/common/config/AbstractConfig.java: ########## @@ -110,7 +110,7 @@ public class AbstractConfig { @SuppressWarnings({"this-escape"}) public AbstractConfig(ConfigDef definition, Map<?, ?> originals, Map<String, ?> configProviderProps, boolean doLog) { Map<String, Object> originalMap = Utils.castToStringObjectMap(originals); Review Comment: Hi @chia7712 , I open https://github.com/apache/kafka/pull/19259 for this fix, thanks your review! -- 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