Comment by klysm
3 years ago
Depends on how many consumers you have. If you need order guarantees, then something like the outbox pattern is probably a better fit.
3 years ago
Depends on how many consumers you have. If you need order guarantees, then something like the outbox pattern is probably a better fit.
Nothing about the outbox pattern guarantees ordering.
If you use Postgres logical replication, that is not true.