Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

titleDomain

...

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.

Image Modified

Brokers

In Brokers page present information about brokers in kafka cluster. Image Removed

Image Added

Topics

Topics page shows exiting topics in kafka cluster.

Image Added

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

Image Added


To create new topic, follow steps:

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

Image Added

Consumers

Consumers page shows a list of consumers by Group ID.

 Image Added

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

Image Added


Info
titleInformation

For detailed information please follow apache kafka documentation

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