AI-powered search & chat for Data / Computer Science Students

Apache Kafka in Action

 Better Programming

Understanding the role of ZooKeeper, Broker, Consumers, Producers in Apache Kafka

Read more at Better Programming

All About Apache Kafka

 Analytics Vidhya

Kafka is an open-source stream processing platform used for building real-time data pipelines. We also call it a high-throughput distributed messaging service. It is also known as “Distributed commit…...

Read more at Analytics Vidhya

Apache Kafka for Noobs

 Analytics Vidhya

This article is focused on providing an introduction to Apache Kafka and guides through on the setup and configuration of Apache Kafka on a Windows environment along with creating Kafka Consumers and…...

Read more at Analytics Vidhya

Setting the Scene for Apache Kafka

 Towards Data Science

It is said that Kafka is a messaging system. Many people think of it as a message bus that moves messages from one place to another. Surely it is true but in reality it is more than that. Kafka is an…...

Read more at Towards Data Science

Simple Concept of Apache Kafka

 Analytics Vidhya

Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical…

Read more at Analytics Vidhya

Introduction To Apache Kafka

 Analytics Vidhya

Kafka is a Publish-Subscribe based messaging system that is exchanging data between processes, applications, and servers. Applications may connect to this system and transfer a message onto the…

Read more at Analytics Vidhya

Intro to Apache Kafka with Spring Boot

 Javarevisited

Apache Kafka is a distributed event streaming platform that is designed to handle large volumes of data in real-time. The Kafka architecture consists of four main components: producers, brokers, consu...

Read more at Javarevisited

Beginner’s Guide to Apache Kafka — Part 1

 JavaToDev

Apache Kafka is a distributed streaming platform that is designed for high-throughput, fault-tolerant, and scalable data streaming. It has become an ideal tool for real-time data processing, event-dri...

Read more at JavaToDev

Apache Kafka — An Introduction

 Analytics Vidhya

Before we begin, the picture below shows the list of companies that are currently using Apache Kafka. As you can see, most top players have made it to the list. In fact, Kafka is an integral part of…

Read more at Analytics Vidhya

Apache Kafka Fundementals Part-1

 Analytics Vidhya

This is the first blog of my series about Apache Kafka in which I am trying to clear the dirt off its architecture and its basic components. A messaging system is one of the common ways of…

Read more at Analytics Vidhya

An Introduction to Apache Kafka®

 Better Programming

Kafka’s basic components and how to write a basic producer and consumer

Read more at Better Programming

A Thorough Introduction to Apache Kafka

 Better Programming

Kafka is a word that gets heard a lot nowadays. A lot of leading digital companies seem to use it. But what is it actually? Kafka was originally developed at LinkedIn in 2011 and has improved a lot…

Read more at Better Programming

How does Apache Kafka works?

 Javarevisited Newsletter

Why Apache Kafka so fast?

Read more at Javarevisited Newsletter

Apache Kafka Architecture - Getting Started with Apache Kafka

 Analytics Vidhya

In this blog post, I will try to explain what is Apache Kafka, how it works, when to use it, writing data to Kafka, and reading data from Kafka. Enjoyable readings. Let’s first take a look at the…

Read more at Analytics Vidhya

A Beginner’s Guide to Apache Kafka — Part 1

 Javarevisited

A pache Kafka is a distributed streaming platform that is designed for high-throughput , fault-tolerant , and scalable data streaming. It has become an ideal tool for real-time data processing, event-...

Read more at Javarevisited

Getting Started with Apache Kafka — Beginners Tutorial

 Towards AI

The objective of this article is to build an understanding of What is Kafka, Why Kafka, Kafka architecture, producer, consumer, broker, and different components of the Kafka ecosystem. And a small…

Read more at Towards AI

How Apache Kafka works internally?

 Javarevisited

Hello guys, In the realm of distributed systems, Apache Kafka has emerged as a robust and scalable messaging platform. With its ability to handle high volumes of data in real-time, Kafka has become a ...

Read more at Javarevisited

Essential parts for learning Apache Kafka quickly

 Analytics Vidhya

Kafka was developed in Java and Scala language. Its development began in 2009 by Linkedin and was donated to the Apache Foundation in 2011. In October 2012 it passed the incubation stage of the…

Read more at Analytics Vidhya

A Brief Introduction to Apache Kafka

 Javarevisited

During the last years, technologies for building real-time data pipelines and event streaming apps have emerged, promoting also the horizontal scalability and the fault tolerance of a system. One of t...

Read more at Javarevisited

Apache Kafka — Introduction & Basic Commands

 Analytics Vidhya

In this blog post I will cover some of the basics of Apache Kafka and few useful commands to keep handy. · Introduction · Basic Commands ∘ Create Kafka topics with Partitions ∘ Deleting Kafka…

Read more at Analytics Vidhya

Using Apache Kafka for Data Streaming

 Towards Data Science

Learn how to install and use Kafka to send and receive messages Continue reading on Towards Data Science

Read more at Towards Data Science

Unraveling the Power of Apache Kafka

 Level Up Coding

Introduction Welcome to the world of Apache Kafka! If you’re new to the concept of Event Streaming Platforms (ESP) and want to dive into the fundamentals of Apache Kafka, you’ve come to the right pla...

Read more at Level Up Coding

The thing about Apache Kafka internals!

 Towards Data Science

Detailed description of entities standing behind Kafka’s guarantees like fault-tolerance, data durability and others.

Read more at Towards Data Science

Beginner’s Guide to Apache Kafka — Part 2

 JavaToDev

In this post, we’ll continue exploring the fundamentals of Kafka’s architecture. You may want to revisit this post to understand more about Apache Kafka architecture.When a consumer starts processing ...

Read more at JavaToDev