Description
In ConfigurationControlManager, we are currently passing all the configuration values known to the controller down into the AlterConfigPolicy. This does not match the behavior in ZK mode where we only pass configs which were included in the alter configs request.
This can lead to different unexpected behavior in custom AlterConfigPolicy implementations