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

13 lines
1.0 KiB
HTML

<a name="kafka-faq-0069"></a><a name="kafka-faq-0069"></a>
<h1 class="topictitle1">Why Are Consumer Groups Missing?</h1>
<div id="body0000002293183328"><p id="kafka-faq-0069__p8060118">If you cannot find a consumer group from the console, the possible causes are as follows:</p>
<ul id="kafka-faq-0069__ul8867134115100"><li id="kafka-faq-0069__li4867441161019"><strong id="kafka-faq-0069__b187240133612">auto.create.groups.enable</strong> is set to <strong id="kafka-faq-0069__b118814406362">true</strong>, the consumer group status is <strong id="kafka-faq-0069__b78884017361">EMPTY</strong>, and no offset has been submitted. The system automatically deletes the consumer group 10 minutes after it is created.</li><li id="kafka-faq-0069__li8961454201011">If the consumer group has never committed an offset, it will be deleted after the Kafka instance restarts.</li></ul>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="kafka-faq-200423001.html">Consumer Groups</a></div>
</div>
</div>