Owen-CH-Leung commented on code in PR #13909:
URL: https://github.com/apache/kafka/pull/13909#discussion_r1381471877
##########
clients/src/main/java/org/apache/kafka/common/config/ConfigDef.java:
##########
@@ -1216,6 +1254,7 @@ public static class ConfigKey {
public final List<String> dependents;
public final Recommender recommender;
public final boolean internalConfig;
+ public final Object overwrittenValue;
Review Comment:
Renamed it to `alternativeString` and change it to String type
--
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]