Skip to end of banner
Go to start of banner

Access/Use kafka-ui interface

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Current »

This article describe how to access and use kafka-ui.

Kafka-ui is an user-interface for managing kafka service.


By default, environment deploys with Shared Kafka server in AWS (folio-kafka name). For this server already created a Dashboard https://folio-opensearch-dashboards.ci.folio.org/

If you deploy env with embedded Kafka, automatically deploys the dashboard in your environment (https://<cluster-name>-<project-name>-kafka-ui.ci.folio.org)

Kafka-ui dashboards panel

Dashboard panel shows briefly information about kafka cluster.

Brokers

Brokers page present information about brokers in kafka cluster. 

Topics

Topics page shows exiting topics in kafka cluster.

To find more detailed information about topics and to edit topic's settings press to one of them.


To create new topic, follow steps:

  1. Select Topics page
  2. Press Add a Topic
  3. Input parameters
  4. Submit

Consumers

Consumers page shows a list of consumers by Group ID.

 

Click to Consumer Group ID to see details of Consumer and Topic related information.


Information

For detailed information please follow apache kafka documentation

https://kafka.apache.org/documentation/


  • No labels