chia7712 commented on code in PR #23310:
URL: https://github.com/apache/kafka/pull/23310#discussion_r4067827892
##########
metadata/src/main/java/org/apache/kafka/controller/ConfigurationControlManager.java:
##########
@@ -311,6 +312,7 @@ private ApiError incrementalAlterConfigResource(
break;
case DELETE:
newValue = null;
+ explicitlyDeletedConfigs.add(key);
Review Comment:
I will revert this PR tomorrow if there is no objection. @arnabnandy7 Do you
have free cycles to write up the KIP? I'm willing to be the reviewer for you :)
--
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]