This article describe how to access and use kafka-ui.
Kafka-ui is an interface for managing kafka service.
- Kafka-ui dashboards panel
- Brokers
- Topics
- Consumers
Domain
Pattern for kafka-ui: 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 edit topics settings choose one of them.
To create new topic, follow steps:
- Select Topics page
- Press Add a Topic
- Input parameters
- Submit
Consumers
Information
For detailed information please follow apache kafka documentation