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.
  4. ApiVersion call will return the current setting of min.api.version. 


Compatibility, Deprecation, and Migration Plan

  • What impact (if any) will there be on existing users?
    By default, all the existing client libraries are allowed.  If the administrator set 

Rejected Alternatives

Alternative 1 - Provide api versions to authorizer

...