Versions Compared

Key

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

...

  1. Read cluster-wide finalized feature versions from a broker or a controller via it’s ApiKeys.API_VERSIONS API.

  2. Add/update/delete cluster-wide finalized feature versions by exercising the newly introduced ApiKeys.UPDATE_FEATURES API on a controller.

  3. Finalize the latest possible (i.e. highest) version levels set of all features on a cluster. This known to the controller. It removes the burden to individually finalize feature upgrades. This is useful to a cluster operator intending to finalize a cluster with all the latest # available features, available feature version levels. It becomes useful after completing the deployment of a new Kafka Broker release # onto an existing cluster.

...