Kafka introduction
Why Kafka is fast?
There're some majar reasons why Kafka is much faster than most of its competitors:
1. Avoid Random Disk Access
Kafka writes everything onto the disk in order and consumers fetch data in the same order too.
So disk access always works sequentially instead of