Data Science & Developer Roadmaps with Chat & Free Learning Resources

Apache-kafka

Apache Kafka is an open-source distributed event streaming platform designed for high-performance data pipelines and real-time analytics. Initially developed by LinkedIn, it has become a vital tool for organizations seeking to process and manage large volumes of data efficiently. Kafka operates as a publish-subscribe messaging system, allowing applications to send and receive messages in real-time. Its architecture supports fault tolerance, scalability, and high throughput, making it suitable for various use cases, including log aggregation, stream processing, and event sourcing. With its robust capabilities, Kafka is widely adopted across industries for mission-critical applications.

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
🔎 Find similar documents

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
🔎 Find similar documents

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
🔎 Find similar documents

Using Apache Kafka for Data Streaming

 Towards Data Science

Apache Kafka is an open source application used for real-time streaming of big data. It is a publish-subscribe messaging system where you can use it to send messages between processes, applications…

📚 Read more at Towards Data Science
🔎 Find similar documents

Apache Kafka — Resiliency, Fault Tolerance, & High Availability

 Better Programming

Apache Kafka is a distributed system, and distributed systems are subject to multiple types of faults. Some of the classic cases include: These are the scenarios where ZooKeeper comes to the rescue…

📚 Read more at Better Programming
🔎 Find similar documents

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
🔎 Find similar documents

Apache Kafka Architecture and how does it work

 Level Up Coding

Apache Kafka is distributed event store. It is based on the publisher-subscriber pattern. It provides redundancy and concurrency to a highly scalable system. If you prefer video over text, you can…

📚 Read more at Level Up Coding
🔎 Find similar documents

How does Apache Kafka works?

 Javarevisited Newsletter

Hello guys, Javin here! I write the Javarevisited Newsletter. It offers simplified weekly discussions on Java and coding interview questions. Consider subscribing to my newsletter. And prepare for you...

📚 Read more at Javarevisited Newsletter
🔎 Find similar documents

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
🔎 Find similar documents

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
🔎 Find similar documents

Python Microservices with Kafka and Django

 Python in Plain English

What is Apache Kafka? To quote Wikipedia: Apache Kafka is a distributed event store and stream-processing platform. It is an open-source system developed by the Apache Software Foundation written in J...

📚 Read more at Python in Plain English
🔎 Find similar documents

Apache Kafka: Why is Kafka so fast? How does it work?

 Javarevisited

Hello friends, today, I am going to talk about an interesting topic and an in-demand skill, Apache Kafka. I am old enough and worked for enough years to see through different messaging platform from T...

📚 Read more at Javarevisited
🔎 Find similar documents