Versions Compared

Key

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

...

Current state: "Under Discussion"

Discussion thread: here

Voting thread: here

JIRA:  KAFKA-7760

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

...

When provided via CreateTopics or AlterConfigs API, the validation of the following topic configuration changes as follow:

Topic configurationValidation
segment.msIf the value of segment.ms is less than the value of min.topic.segment.ms, Kafka broker will reject it by responding with InvalidConfigurationException
segment.bytesIf the value of segment.bytes is less than the value of min.topic.segment.bytes, Kafka broker will reject it by responding with InvalidConfigurationException


Compatibility, Deprecation, and Migration Plan

...