Kafka Ui Tool For Mac

  • Apache Kafka Tutorial

Kafka itself comes with command line tools that can do all the administration tasks, but those tools aren’t very convenient because they are not integrated into one tool and you need to run a different tool for different tasks.

Tool
  • Apache Kafka Useful Resources
  • Selected Reading

Itool For Mac

Kafka Tool packaged under “org.apache.kafka.tools.*. Tools are categorized into system tools and replication tools.

Kafka ui toolKafka Ui Tool For Mac

System Tools

System tools can be run from the command line using the run class script. The syntax is as follows −

Some of the system tools are mentioned below −

  • Kafka Migration Tool − This tool is used to migrate a broker from one version to an-other.

  • Mirror Maker − This tool is used to provide mirroring of one Kafka cluster to another.

  • Consumer Offset Checker − This tool displays Consumer Group, Topic, Partitions, Off-set, logSize, Owner for the specified set of Topics and Consumer Group.

Ui Tool For Mysql

Replication Tool

Kafka Ui Tool For Mac

Kafka replication is a high level design tool. The purpose of adding replication tool is for stronger durability and higher availability. Some of the replication tools are mentioned below −

Kafka Admin Ui

  • Create Topic Tool − This creates a topic with a default number of partitions, replication factor and uses Kafka's default scheme to do replica assignment.

  • List Topic Tool − This tool lists the information for a given list of topics. If no topics are provided in the command line, the tool queries Zookeeper to get all the topics and lists the information for them. The fields that the tool displays are topic name, partition, leader, replicas, isr.

  • Add Partition Tool − Creation of a topic, the number of partitions for topic has to be specified. Later on, more partitions may be needed for the topic, when the volume of the topic will increase. This tool helps to add more partitions for a specific topic and also allows manual replica assignment of the added partitions.