Discussion about this post

User's avatar
Petar Ivanov's avatar

Idempotency is crucial in distributed systems, especially the ones with payments.

Great article, Raul! And thank you so much for the mention! 🙏

Expand full comment
Jack Daniels's avatar

Brilliant article! I have two questions:

1. Queues like Kafka and NATS have internal storage/streams to keep events that have not been processed yet. So, it seems like they could guarantee reliability.

2. Who writes to the inbox table? Is it a service that accepts the events? Does it listen to events and save them into the inbox?

Expand full comment
5 more comments...

No posts