ahuang98 commented on code in PR #21053:
URL: https://github.com/apache/kafka/pull/21053#discussion_r2677233062


##########
metadata/src/main/java/org/apache/kafka/controller/ConfigurationControlManager.java:
##########
@@ -30,6 +30,7 @@
 import org.apache.kafka.common.protocol.Errors;
 import org.apache.kafka.common.requests.ApiError;
 import org.apache.kafka.common.utils.LogContext;
+import org.apache.kafka.image.ConfigurationDelta;

Review Comment:
   similarly here, wondering if it would be better to grab the set of valid 
dynamic configs from ControllerServer which already holds a reference to 
sharedServer. this could be passed all the way through to 
configurationControlManager. as an example, you could take a look at how 
`sharedServer.metadataEncryptorFactory` gets propagated to configurationControl 
in QuorumController.



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