Design a Distributed Stream Processing System like Kafka

👷‍♂️ In progress: We are writing our own solutions
We find that solutions online don't do justice to real FAANG interviews. So, we're writing our own.
to get these early versions. Unsubscribe anytime.

🙋 Here are some details you should know about this question:

Go over how Kafka might be designed.

What is the difference between Kafka and RabbitMQ?

How does Kafka ensure fast writes to the stream? Why is it fast?

How to scale it so that it can handle Facebook-level stream of data?

How to do the following: Fault Tolerance, Partitioning, Balancing Workloads across Nodes


← Back to Main Table