5 ms·
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 s
by playing_colours 3y 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.
- ebiester 3y agoWe rolled our own. I think a lot of it can be helped with Debezium (and we leaned on it, if I remember correctly.)