This article describe how to access and use kafka-ui.
Kafka-ui is an user-interface for managing kafka service.
Table of Contents |
---|
By default, environment deploys with Shared Kafka
...
title | Domain |
---|
...
server in AWS (folio-kafka name). For this server already created a Dashboard https://folio-kafka-ui.ci.folio.org/ui/
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
In Brokers page present information about brokers in kafka cluster.
Topics
Topics page present shows exiting topics in kafka cluster.
To find more detailed information about topics and to edit topics settings choose topic's settings press to one of them.
To create new topic, follow steps:
- Select Topics page
- Press Add a Topic
- Input parameters
- Submit
ConsumersConsumers
Consumers page shows a list of consumers by Group ID.
Click to Consumer Group ID to see details of Consumer and Topic related information.
Info | ||
---|---|---|
| ||
For additional detailed information please follow apache kafka documentation |
...