Versions Compared

Key

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

...

NameDescriptionTypeDefaultValid ValuesImportance
auto.create.topics.enableEnable auto-creation of topics on the producer. Even if the broker config `auto.create.topics.enable` does not allow auto-creation server-side, topics can still be created automatically client-side.booleanfalse
medium
auto.create.num.partitionsThe default number of log partitions per topic for auto-created topics. This value is only used if the broker's auto-creation configuration has been disabled and the producer's config has been enabled.int-1
medium
auto.create.replication.factor

The default replication factors factor for automatically created topics. This value is only used if the broker's auto-creation configuration has been disabled and the producer's config has been enabled.

int-1
medium

...