Versions Compared

Key

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

...

The change is straightforward, AdminManager on the broker will modify its verification logic to check for the case described above where partitions are supplied, replication factor is NO_REPLICATION_FACTOR, and manual assignments are not provided. In this case, it will use the default value in the configuration (which defaults to a replication factor of 1).

The request will leverage the existing CreateTopicsRequest/CreateableTopic and the CreateTopicsRespnose. It will also leverage the error code for INVALID_REPLICATION_FACTOR if the value is below 1 (and not -1) or more than the number of brokers.

Compatibility, Deprecation, and Migration Plan

...