Interview Bootcamp
Vote

0% completed

Introduction to Kafka

Apache Kafka is an open-source messaging system built on the publish-subscribe model. It is distributed, durable, fault-tolerant, and highly scalable by design. At its core, Kafka takes streams of messages from applications called producers, stores them reliably on a central cluster of servers (a set of brokers), and lets applications called consumers receive and process those messages

.....

.....

.....

Like the course? Get enrolled and start learning!
Mini Walia

Mini Walia

· 2 years ago

Where is zookeeper explained in detail ? In section it’s mentioned as detais to be added later but no further details

Show 1 reply
Sivaram K

Sivaram K

· 3 months ago

Kafka common terms

Could you also add and explain "Partition" in this section?

H

heybenross

· 3 years ago

Where is that expanded on? I can't find where that's explained.

Amit kumar

Amit kumar

· a month ago

From Apache Kafka 4.0 , Zookeeper is replaced with KRaft which is their implementation of Raft algo (quoram essentially). I think an update is needed here or a blog tieing up topics like WAL , Quoram , PAXOS , Raft , KRaft etc.