Currently, the configuration for each broker is 100% independent from others, if you update the configuration for one broker, you need to remember to update the others as well.
It would be nice to have a system to apply a single shared configuration "template" to brokers. Changing the template would automatically apply the change to each broker's configuration (to take effect on next restart).
Currently, the configuration for each broker is 100% independent from others, if you update the configuration for one broker, you need to remember to update the others as well.
It would be nice to have a system to apply a single shared configuration "template" to brokers. Changing the template would automatically apply the change to each broker's configuration (to take effect on next restart).
Perhaps something like:
kafka-mesos config create --name "common-config" --options "..." --jvm-options "..."
kafka-mesos broker update 1 --config "common-config"