Updated on 2023-04-28 GMT+08:00

Querying Kafka Topics

Scenario

You can query existing Kafka topics on MRS.

Procedure

  1. Go to the Kafka service page.

    Log in to FusionInsight Manager. For details, see Accessing FusionInsight Manager. Choose Cluster > Services > Kafka.

  2. Click KafkaTopicMonitor.

    All topics are displayed in the list by default. You can view the number of partitions and replicas of the topics.

  3. Click the desired topic in the list to view its details.

    If the following operations are performed, Kafka topic monitoring may not be displayed:

    • Capacity expansion or reduction has been performed on Kafka or ZooKeeper.
    • Instances have been added to or deleted from Kafka or ZooKeeper.
    • The Elasticsearch service is reinstalled.
    • Kafka is switched to another ZooKeeper service.

    Perform the following steps to rectify the fault:

    1. Log in to the active OMS node of the cluster and run the following command to switch to user omm:

      su - omm

    2. Restart the CEP service.

      restart_app cep

      Wait for 3 minutes and check the Kafka topic monitoring again.