Updated on 2024-05-30 GMT+08:00

Configuring Automatic Topic Creation

Automatic topic creation: A topic will be automatically created when a message is produced in or consumed from a topic that does not exist. By default, the topic has the following parameters:

  • Partitions: 3
  • Replicas: 3
  • Aging Time: 72
  • Synchronous Replication and Synchronous Flushing disabled
  • Message Timestamp: CreateTime
  • Max.Message Size (bytes): 10,485,760

After you change the value of the log.retention.hours, default.replication.factor, or num.partitions parameter, the value will be used in later topics that are automatically created.

For example, assume that num.partitions is changed to 5, an automatically created topic has the following parameters:

  • Partitions: 5
  • Replicas: 3
  • Aging Time: 72
  • Synchronous Replication and Synchronous Flushing disabled
  • Message Timestamp: CreateTime
  • Max.Message Size (bytes): 10,485,760

Configuring Automatic Topic Creation

  1. Log in to the console.
  2. Click in the upper left corner to select a region.

    Select the region where your Kafka instance is located.

  3. Click and choose Application > Distributed Message Service for Kafka to open the console of DMS for Kafka.
  4. Click the desired Kafka instance to view its details.
  5. In the Instance Information area, click or next to Automatic Topic Creation. The Confirm dialog box is displayed.

    Enabling or disabling automatic topic creation may cause instance restarts.

  6. Click OK.

    You can view the execution status of the task on the Background Tasks page.