Skip to content
Analyticshut
  • Home
  • AWSExpand
    • IAM
    • S3
  • Big DataExpand
    • Spark
    • Hive
    • Sqoop
    • HDFS
  • Kafka
Analyticshut

Streaming

Kafka Producer and Consumer in Python
Kafka

Kafka Producer and Consumer in Python

ByMahesh Mogal December 8, 2019February 12, 2021

After writing consumers, producers and topics in Java, we will do same in Python with just 10% lines of code.

Read More Kafka Producer and Consumer in PythonContinue

Kafka Consumer in Java
Kafka

Kafka Consumer in Java

ByMahesh Mogal December 7, 2019February 12, 2021

Let us write Java code to receive data from Kafka servers i.e. Consumers. We will also look at basic configuration needed to setup Consumers.

Read More Kafka Consumer in JavaContinue

Kafka producer using Java
Kafka

Kafka producer using Java

ByMahesh Mogal December 7, 2019February 12, 2021

In this blog, we will write Java code to simulate Kafka producers. We will also understand basic configuration details for producers.

Read More Kafka producer using JavaContinue

Create and list Kafka topics in Java
Kafka

Create and list Kafka topics in Java

ByMahesh Mogal December 7, 2019February 12, 2021

We have created Kafka topics using command line. Let us write Java programs to manage Kafka Topics.

Read More Create and list Kafka topics in JavaContinue

Kafka consumers
Kafka

Kafka consumers

ByMahesh Mogal December 7, 2019February 12, 2021

Kafka consumers are one which receives data from Kafka server. Consumer groups can help process data in parallel. Let us take a look at Kafka Consumers.

Read More Kafka consumersContinue

Kafka Producers
Kafka

Kafka Producers

ByMahesh Mogal December 7, 2019February 12, 2021

Kafka Producers are one which feeds data to Kafka server. Let us understand how do Kafka Producers work?

Read More Kafka ProducersContinue

Kafka topics – Create, List, Configure, Delete
Kafka

Kafka topics – Create, List, Configure, Delete

ByMahesh Mogal December 7, 2019February 12, 2021

Topics are core component of Kafka. Let us explore what are Topics and how to create, configure, List and Delete Kafka topics.

Read More Kafka topics – Create, List, Configure, DeleteContinue

How to install Kafka on Windows
Kafka

How to install Kafka on Windows

ByMahesh Mogal December 7, 2019February 12, 2021

Installing Kafka on windows is little tricky. Let me show you how to do it easily.

Read More How to install Kafka on WindowsContinue

What is Apache Kafka?
Kafka

What is Apache Kafka?

ByMahesh Mogal December 7, 2019February 12, 2021

Apache Kafka is high throughput, distributed streaming platform. Let us understand architecture and various components of Apache Kafka.

Read More What is Apache Kafka?Continue

  • Contact
  • About Me
  • Privacy Policy
  • Sitemap

© 2023 Analyticshut

  • Home
  • AWS
    • IAM
    • S3
  • Big Data
    • Spark
    • Hive
    • Sqoop
    • HDFS
  • Kafka