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

Accessing Kafka UI

Scenario

After the Kafka component is installed in an MRS cluster, you can use Kafka UI to query cluster information, node status, topic partitions, and data production and consumption details. Kafka UI provides a GUI for users to create and delete topics, modify configurations, as well as add and migrate partitions, simplifying user operations and improving O&M efficiency.

This section applies only to MRS 3.1.2 or later.

Prerequisites

You have created a user who has the permission to access Kafka UI. To perform related operations on the page, for example, creating a topic, you need to grant related permissions to the user. For details, see Managing Kafka User Permissions.

Impact on the System

Site trust must be added to the browser when you access Manager and Kafka UI for the first time. Otherwise, Kafka UI cannot be accessed.

Procedure

  1. Log in to FusionInsight Manager. For details, see Accessing FusionInsight Manager (MRS 3.x or Later). Choose Cluster > Services > Kafka.
  2. On the right of KafkaManager WebUI, click the URL to access Kafka UI.

    You can perform the following operations on Kafka UI:
    • Redistribute partitions in the cluster.
    • Create, view, and delete topics.
    • Add partitions to existing topics and modify configurations.
    • View produced data in a topic.
    • View broker information.
    • View the consumption information about the consumer group.