Queues vs logs https://jack-vanlightly.com/blog/2023/10/2/the-advantages-of-queues-on-logs
- From Lambda to Kappa architecture
- Event based, real-time “central nervous system”
Compared to RabbitMQ
https://eranstiller.com/rabbitmq-vs-kafka-an-architects-dilemma-part-1
https://eranstiller.com/rabbitmq-vs-kafka-an-architects-dilemma-part-2
Ordering
”However, a producer can set a partition key on each message to create logical streams of data (such as messages from the same device, or message belonging to the same tenant)“
Alternatives
- S2 Stream Store : https://s2.dev/blog/intro