Message Compression in Kafka As we have seen that the producer sends data to the Kafka in the text format, commonly called…
Kafka Tutorial
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…
Kafka Topic Replication Apache Kafka is a distributed software system in the Big Data world. Thus, for such a system, there is…
Kafka Producers A producer is the one which publishes or writes data to the topics within different partitions. Producers automatically know that,…
Kafka Topics In the previous section, we have taken a brief introduction about Apache Kafka, messaging system, as well as the streaming…