Live data from Hacker News

100+ Lines of Code to Implement Kafka on S3

github.com

1–3 of 3 posts

Re: 100+ Lines of Code to Implement Kafka on S3

#2
AutoMQ claims this is the best design for streaming storage on the cloud: Shared WAL + Shared Object. This new shared storage architecture for streaming systems can leverage the advantages of different cloud storage services. They use only a few lines of code to implement features like building a Kafka service on S3. This blog shows how they achieve this. What do you think?