At-Least-Once + Idempotency using Outbox and Inbox patterns.
Idempotency is crucial in distributed systems, especially the ones with payments.
Great article, Raul! And thank you so much for the mention! 🙏
Very nice post Raul.
Makes the whole flow clear in terms of sending messages reliably plus receiving as well.
Also, thanks for the mention!
Really clear, thnx for your contribution!
Thanks!
You have to also mention about the acknowledgement event after consumption of the message. This ack will update a flag in the outbox table to make sure, the operation is complete.
nicely explained + visuals make it easier to understand. Good work, Raul.
Idempotency is crucial in distributed systems, especially the ones with payments.
Great article, Raul! And thank you so much for the mention! 🙏
Very nice post Raul.
Makes the whole flow clear in terms of sending messages reliably plus receiving as well.
Also, thanks for the mention!
Really clear, thnx for your contribution!
Thanks!
You have to also mention about the acknowledgement event after consumption of the message. This ack will update a flag in the outbox table to make sure, the operation is complete.
nicely explained + visuals make it easier to understand. Good work, Raul.