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

Kafka

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.

Kafka producer and consumer in Python

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.

kafka consumers written in java

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.

Kafka Producers with java

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.

Manage Kafka topics with Java

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.

Kafka consumers in shell

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?

Kafka producers in shell

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.

Apache Kafka - Manage topics with Shell

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.

Install Kafka on Windows

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.

what is Apache kafka

Read More What is Apache Kafka?Continue

  • Contact
  • About Me
  • Privacy Policy
  • Sitemap

© 2023 Analyticshut

  • Like
  • Facebook
  • Twitter
  • LinkedIn
  • WhatsApp
  • Email
  • Home
  • AWS
    • IAM
    • S3
  • Big Data
    • Spark
    • Hive
    • Sqoop
    • HDFS
  • Kafka