Apache Kafka Use Cases Apache Kafka has the following use cases which best describes the events to use it: 1) Message Broker…
Kafka Tutorial
-
-
Kafka using Java Programming Introduction to Kafka Programming In the previous section, we learned to create a topic, writing to a topic…
-
Apache Kafka Vs. Apache Storm Apache Storm It is an open-source and real-time stream processing system. Apache Storm was mainly used for…
-
Sending data to Kafka Topics Kafka Console Producer In order to send data to the Kafka topic, a producer is required. The…
-
Apache Kafka Vs. RabbitMQ What is RabbitMQ? RabbitMQ is the most widely used, general-purpose, and open-source message broker. It was released in…
-
Creating Kafka Consumer in Java In the previous section, we learned to create a producer in java. In this section, we will…
-
Apache Kafka Tutorial Apache Kafka Tutorial provides the basic and advanced concepts of Apache Kafka. This tutorial is designed for both beginners…
-
Kafka Connect Kafka Connect is a tool to reliably and scalably stream data between Kafka and other systems. It is an open-source…
-
Creating Kafka Producer in Java In the last section, we learned the basic steps to create a Kafka Project. Now, before creating…
-
Kafka Console Consumer In this section, the users will learn how a consumer consumes or reads the messages from the Kafka topics.…