...
Kafka-ui is an interface for managing kafka service.
- Kafka-ui dashboards panel
- Brokers
- Topics
- Consumers
Table of Contents |
---|
Info | ||
---|---|---|
| ||
Pattern for kafka-ui: https://<cluster-name>-<project-name>-kafka-ui.ci.folio.org |
...
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
Consumers
Consumers page shows a list of consumers by ID.
Info | ||
---|---|---|
| ||
For detailed information please follow apache kafka documentation |
...