All Products
Search
Document Center

ApsaraMQ for Kafka:Why am I unable to view the consumer information in the console?

Last Updated:Dec 11, 2023

Symptoms

In the ApsaraMQ for Kafka console, the consumer information is displayed as n/a in the Client column on the Subscriptions tab of the Topic Details page or the Consumer Status tab of the Group Details page. Client

Causes

  • The consumption thread that subscribes to a specific topic partition is offline.
  • The consumer group triggers the Rebalance policy. During the rebalancing process, all consumption threads of the consumer group stop the consumption.
  • You use the assign mode to manually specify a consumer to consume the messages in a specific partition. The subscription is defined, but open source Kafka does not record the subscription. The consumer information is displayed in the console only if you use the subscribe mode to automatically assign different partitions to consumers. Consumption Details