Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is dangerous to have the possibility of different configuration on different brokers. Even if folks use orchestration system it could be disastrous for a Kafka cluster if that system didn't work/update right. It takes an unnecessary amount of effort making builds for every target platform to help keep changes consistent throughout the cluster(s). Instead we can provide a way for Kafka brokers to handle their own configurations.

Public Interfaces

  • Command line tools and arguments

...