Versions Compared

Key

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

...

  1. Add min.api.version configuration in Kafka broker
  2. Allow dynamic update of min.api.version configuration
  3. Reject the API requests of older versions. The broker will return an UNSUPPORTED_VERSION error to the client, and log an INFO level log message.
  4. ApiVersion call will return In ApiVersionResponse, the MinVersion of each API is set to the current setting of min.api.version. 


Compatibility, Deprecation, and Migration Plan

...