
(Message) Order out of Chaos: Part 2 of 3
Async message ordering is hard. Here's how to build services that don't rely on any particular order and still do the right thing.
Async message ordering is hard. Here's how to build services that don't rely on any particular order and still do the right thing.
I've helped multiple companies mess up their event-driven architecture, and it's starting to make sense why
Here's everything I've learned since the start of 2021 about building backend services in Rust
Rust lends itself well to message processing, whether it be from SQS or other queues, or Kafka.