Topics
Topics
The Topics tab lists all Kafka topics in your cluster, providing a detailed view of their configuration, structure, and health.
Overview
Displays key topic metrics, including:
- Shows partitions, replication factor, topic type, and cleanup policy.
- Displays metrics such as in-sync replicas, under-replicated partitions, and total messages.
- Includes partition details like IDs, offsets, and message counts to verify data distribution and replication health.
Use this page to verify topic replication, partition distribution, and overall message flow.

Messages
Displays live message data for the selected topic:
- Offset
- Partition
- Timestamp
- Key
This helps verify message flow and validate event content during troubleshooting.
Schema
Lists the associated schemas for message keys and values:
- Key Schema
- Value Schema
Useful for validating message format and compatibility.
Settings
Displays topic-level configuration key-value pairs, including defaults.
Use this section to review and manage topic-specific configurations like retention or cleanup policies.