HN user

TopRainbowT

1 karma
Posts1
Comments6
View on HN

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?

Good insights. However, I think architectures like shared storage should also include other variants, and it would be better to compare them together. For example, models that write directly to S3, like the Confluent Freight cluster.