Hacker News new | ask | show | jobs
by playing_colours 884 days ago
Did you roll out your own implementation of Outbox pattern? It is an important pattern to address potential data inconsistencies, but I did not see yet a good scalable implementation of it.
1 comments

We rolled our own. I think a lot of it can be helped with Debezium (and we leaned on it, if I remember correctly.)