Kafka CLI – Creating Kafka Topics
In this tutorial, you will learn how to create a new Topic using Kafka Command Line Interface(CLI). 1. Open a new Terminal Window To create a new Kafka topic, using CLI you will need to use a terminal window or command-line prompt. 2. Change Directory to Kafka “bin” Folder Once you have a terminal window…
Read More Kafka CLI – Creating Kafka Topics