Genius is making complex ideas simple, not making simple ideas complex.
Over 70% of Fortune 500 companies have used Apache Kafka.
At its core, it’s just a distributed commit log.
A log (a.k.a. {write-ahead, commit, transaction} log) is a simple but efficient data structure:
10 months ago