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

Creating a Kafka Consumer Group

Create a consumer group on the console.

If the auto.create.groups.enable parameter has been enabled for the instance, a consumer group is automatically created when a consumer attempts to enter a group that does not exist. Then creating a consumer group is optional.

  • If auto.create.groups.enable is set to true, the consumer group status is EMPTY, and no offset has been submitted, the system automatically deletes the consumer group 10 minutes later.
  • If auto.create.groups.enable is set to false, the system does not automatically delete consumer groups. You can manually delete them.
  • Creating a consumer group on the console does not require instance restart.

Creating a Kafka Consumer Group

  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 the instance details.
  5. In the navigation pane, choose Consumer Groups.
  6. Click Create Consumer Group.
  7. Enter the consumer group name, and click OK.

    View the new consumer group in the consumer group list.