arnabnandy7 commented on code in PR #23310:
URL: https://github.com/apache/kafka/pull/23310#discussion_r4075176587


##########
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:
   @chia7712 I don't have Kafka confluence access yet, I've raised the same but 
I don't know how much time it'll be required to create an account and provide 
me with credentials. Instead I'm sharing this draft markdown formated KIP with 
you, please create this for me.
   
   
[KIP-expose-explicit-deletions-to-alter-config-policy.md](https://github.com/user-attachments/files/32531947/KIP-expose-explicit-deletions-to-alter-config-policy.md)
   



-- 
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