Versions Compared

Key

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

...

NameDescriptionTypeDefaultImportanceDynamic Update Mode
min.api.version

Minimum API versions specified in a list of coma-separated <api-name>:<version> pairs. Client requests older than the specified versions will be rejected by the broker. For example, "Fetch: 5, Produce: 3" rejects fetch requests from Kafka 0.10 or earlier clients, and rejects produce requests from Kafka 0.11 or earlier clients. For the APIs that are not specified in this list, the min version is 0.

Valid API names and versions can be found in Kafka protocol guide

string""lowcluster-wide

...