Chapter 3. Navigating the Streams for Apache Kafka Console


When you open the Streams for Apache Kafka Console, the homepage presents a list of connected Kafka clusters. By clicking on a Kafka cluster name on the homepage or from the side menu, you can find information on the following components:

Kafka clusters
A group of Kafka brokers and management components.
Brokers
A broker contains topics and orchestrates the storage and passing of messages.
Topics
A topic provides a destination for the storage of data. Kafka splits each topic into one or more partitions.
Partitions
A subset of a topic used for data sharding and replication. The number of partitions is defined in the topic configuration.
Consumer groups
Kafka groups consumers with the same group ID and distributes messages across group members. Consumers within a group receive data from one or more partitions.

For example, you can view the status of a Kafka cluster before navigating to view information on the cluster’s brokers and topics, or the consumer groups connected to the Kafka cluster.

Note

If the side menu is not visible, click the hamburger menu (three horizontal lines) in the console header.

Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.