Message Compression in Kafka As we have seen that the producer sends data to the Kafka in the text format, commonly called…
kafka topics
-
-
Installation of Apache Kafka Apache Kafka is supportable on Windows, macOS, as well as on Linux environment. Each operating system has its…
-
Installing Apache Kafka on macOS Prerequisite: java with version 8 should be installed on the system. To download the latest version of…
-
Installing IntelliJ IDEA Prerequisite: java8 should be installed on the system. Follow the below demonstrated steps to install IntelliJ IDEA on the…
-
Installing Kafka On Linux Prerequisite: Java8 should be installed on the system. There are following steps used to install Apache Kafka on…
-
Kafka Real Time Example Till now, we learned how to read and write data to/from Apache Kafka. In this section, we will…
-
Kafka Streams Vs. Spark Streaming Apache Spark Apache Spark is a distributed and a general processing system which can handle petabytes of…
-
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…