Skip to main content
Version: 5.0

Topic Management

Description

The Topic Management section of the module allows to perform a number of operations for the Apache Kafka topics.

Creating a Topic

Subsection allows to create a topic on the Apache Kafka cluster.

Kafka management creation topic

Management Process

  1. Enter the name of the new topic
  2. Set the partition amount
  3. Set the replication factor
  4. Press Create

Delete a Topic

Subsection allows to delete a topic on the Apache Kafka cluster.

Kafka management delete topic

Management Process

  1. Enter the name of the topic due for deletion
  2. Press Delete

Adding Partitions to a Topic

Subsection allows to add partitions to an existing topic on the Apache Kafka cluster.

Kafka management partition topic

Management Process

  1. Enter the topic name
  2. Set the new partition amount (can't be less than one!)
  3. Press Execute

Topic Directory

Allows to browse the current list of topics on the cluster. Displays the names, partition amounts and replication factors. Search function by topic name and refresh function for reflecting the changes made by the topic creation, deletion and repartitioning operations are also available.

Kafka management reference topic