Apache Kafka

In this lesson, you will learn how to consume messages or how to read messages from Apache Kafka topic using Kafka Consumer Command Line Interface(CLI). To learn how to produce or send messages to Kafka topic, please read the following tutorial: Kafka Producer CLI – Produce/Send message to Kafka topic. Consuming Messages From the Beginning…

Read More Kafka Consumer CLI – Consume/Read from Kafka Topic

In this tutorial, you will learn how to delete Apache Kafka topics using the Kafka Command-line Interface(CLI). Before Deleting Kafka Topic Before deleting a Kafka topic, there are a few things you should keep in mind: Deleting a topic is permanent: Once you delete it, it is gone forever. There is no way to undo…

Read More Delete Kafka Topic Tutorial