zlacker

[return to "Predicting the Future of Distributed Systems"]
1. buro9+7n[view] [source] 2024-08-27 06:08:20
>>borisj+(OP)
Things I have come to know about distributed systems:

The S3 API (object storage) is the accepted storage API, but you do not need AWS (but they are very good at this).

The Kafka API is the accepted stream/ buffer/ queue API, but you do not need Confluent.

SQL is the query language, but you do not need a relational database.

◧◩
2. jensne+No[view] [source] 2024-08-27 06:33:55
>>buro9+7n
I'd argue that a lot of people are moving from Kafka to NATS. NATS and Kafka serve different purposes and for many use cases related to APIs, NATS has a lot more to offer, like like wildcard topic topologies.
[go to top]