Versions Compared

Key

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

...

The producer will have a few new configurations added. Default values of -1 will use broker defaults or raise an exception.

NameDescriptionTypeDefaultValid ValuesImportance
auto.create.topics.enableEnable auto-creation of topics on the producer.booleanfalse
medium
auto.create.num.partitionsThe default number of log partitions per topic for auto-created topics.int-1
medium
auto.create.replication.factor

The default replication factors for automatically created topics.

int-1
medium


The goal is to deprecate automatic topic creation on the broker. At some point in the future, it may be useful to set the broker's auto.create.topics.enable default to false. However, for compatibility reasons, doing so is not possible at this time.

...