Versions Compared

Key

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

...

./kafka-features.sh upgrade [--release RELEASE] [--feature FEATURE --version VERSION] [--dry-run]

If The FEATURE and VERSION are given, send an UpdateFeaturesRequest to the controller for the given feature FEATURE to upgrade its version to VERSION. If RELEASE is given, send an UpdateFeaturesRequest for all of the features with the default versions from the given releasearguments can be repeated to indicate an upgrade of multiple features in one request. Alternatively, the RELEASE flag can be given to upgrade to the default versions of the specified release. If neither FEATURE nor RELEASE is given, this command will do nothing.

./kafka-features.sh downgrade --feature FEATURE --version VERSION [--unsafe, --dry-run]

...