Message Compression in Kafka As we have seen that the producer sends data to the Kafka in the text format, commonly called…
kafka tools
-
-
Kafka Real Time Example Till now, we learned how to read and write data to/from Apache Kafka. In this section, we will…
-
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 Streams Vs. Spark Streaming Apache Spark Apache Spark is a distributed and a general processing system which can handle petabytes of…
-
Apache Kafka Applications The demand for Apache Kafka is increasing at a tremendous speed. Many best enterprises today make use of Kafka…
-
Kafka Security There can be several consumers which can read data from the Kafka and producers which can produce data. But, it…
-
Apache Kafka Architecture We have already learned the basic concepts of Apache Kafka. These basic concepts, such as Topics, partitions, producers, consumers,…