Versions Compared

Key

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

...

  • Topic-level configuration: minimum.consumer.fetch.version
  • Broker-level configuration: log.minimum.consumer.fetch.version
  • Type: String
  • Possible Values: "0.8.0", "0.8.1", "0.8.2", ..., "1.1" (see ApiVersion for an exhaustive list of possible values)
  • Explanation: Sets the minimum FetchRequest API version for consumer fetch requests. Broker sends an InvalidRequestExceptionan UnsupportedVersionException in response to a FetchRequest from a client running an older version.
  • Default Value: "0.8.0", meaning the broker will honor all FetchRequest versions.

...