Message Compression in Kafka As we have seen that the producer sends data to the Kafka in the text format, commonly called…
apache kafka installation
-
-
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…
-
Installation of Apache Kafka Apache Kafka is supportable on Windows, macOS, as well as on Linux environment. Each operating system has its…
-
Kafka Streams Vs. Spark Streaming Apache Spark Apache Spark is a distributed and a general processing system which can handle petabytes of…
-
Creating Twitter Producer In this section, we will learn to create a twitter producer. There are basically three steps to create a…
-
Key concepts of Stream Processing There are the following concepts that a user should know about stream processing: Time It is essential…
-
Kafka Monitoring Apache Kafka is a distributed system where a topic is partitioned as well as replicated across various nodes. It also…