TaiJuWu commented on code in PR #18850:
URL: https://github.com/apache/kafka/pull/18850#discussion_r1958817299


##########
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);
-
+        preProcessParsedConfig(originalMap);

Review Comment:
   Since `postProcessParsedConfig` have default value so we can't do check in 
that method.
   I add a another method to check `user input` (not include any default value 
for each configuration)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to