Owen-CH-Leung commented on code in PR #13909:
URL: https://github.com/apache/kafka/pull/13909#discussion_r1381472798
##########
clients/src/main/java/org/apache/kafka/common/config/ConfigDef.java:
##########
@@ -1265,6 +1329,8 @@ protected String getConfigValue(ConfigKey key, String
headerName) {
if (key.hasDefault()) {
if (key.defaultValue == null)
return "null";
+ if (key.overwrittenValue != null)
Review Comment:
Agree. I've changed the ordering and it will now always be the winning
parameter once supplied
--
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]