Data Science & Developer Roadmaps with Chat & Free Learning Resources

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

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

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 | 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

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

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

A Fault-tolerant Kafka Replication Tool across Multiple Datacenters that scales

 Towards Data Science

Apache Kafka is the de-facto data streaming platform for high-performance data pipelines, streaming analytics and mission-critical applications. For enterprises, as business continues to grow, many…

Read more at Towards Data Science | Find similar documents

Kafka — All you want to know

 Analytics Vidhya

Apache Kafka was originally developed by LinkedIn, and was subsequently open sourced in early 2011. In November 2014, several engineers who worked on Kafka at LinkedIn created a new company named…

Read more at Analytics Vidhya | Find similar documents