Hi! I'm trying to set metric.reporters as a cluster-wide dynamic config (specifically for setting up Cruise Control, as it happens), and I've found that our 2.0.0 brokers aren't picking up the new config - they only do so when the brokers restart.
I'm not setting metric.reporters in the server.properties file at this point, and we are also setting broker-specific configurations (e.g. follower.replication.throttled.rate). Is there anything I'm missing to get this to work without a broker/cluster restart? I've read through the documentation to see if I've missed anything, but I can't see anything obvious - it seems that by executing `bin/kafka-configs.sh --bootstrap-server localhost:9092 --entity-type brokers --entity-default --alter --add-config metric.reporters=com.linkedin.kafka.cruisecontrol.metricsreporter.CruiseControlMetricsReporter` it should Just Work. I'm happy to provide any other information that might be needed here. Thanks, Andrew