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 a terminal window is opened,…
Read More Kafka CLI – Creating Kafka Topics