Files
doc-exports/docs/dms/umn/kafka-faq-0069.html
chenjunjie 190f09501c DMS UMN 20250314 version
Reviewed-by: Liudmila Denisova <ldenisov@noreply.gitea.eco.tsi-dev.otc-service.com>
Co-authored-by: chenjunjie <chenjunjie@huawei.com>
Co-committed-by: chenjunjie <chenjunjie@huawei.com>
2025-10-06 09:50:17 +00:00

1.0 KiB

Why Are Consumer Groups Missing?

If you cannot find a consumer group from the console, the possible causes are as follows:

  • 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 after it is created.
  • If the consumer group has never committed an offset, it will be deleted after the Kafka instance restarts.