Documentation
Cluster
Topics

Create Topic

Creating a topic is very simple, you only need to specify the name, number of partitions and replication factor.

You can customize the topic configuration directly either in the beautified or raw configuration.

Beautified Configuration

Cluster Topic Beautified Configuration Image

Raw Configuration

Cluster Topic Raw Configuration Image

Topics Listing

After creating a topic, you can list all topics available in your cluster.

Cluster Topics Listing Image

Topic Details

The Topic Details page allows you view all the topic's partitions, offsets, beautified configuration and raw status, and topic related schemas (key and value) if available.

Partitions & Offsets

Cluster Topic Details Partitions and Offsets Image

Beautified Configuration

Cluster Topic Details Beautified Configuration Image

Raw Configuration

Cluster Topic Details Raw Configuration Image

Schemas

Cluster Topic Details Schemas Image

Topic Actions

The Topic Details page also provides the ability to execute various actions on the topic and its partitions:

Alter Configuration

Cluster Topic Alter Configuration Image

Delete Topic

Cluster Topic Deletion Image

Delete Records

Cluster Topic Delete Records Image

Increase Partitions

Cluster Topic Increase Partitions Image