Y
Hacker News
new
|
ask
|
show
|
jobs
by
jashmatthews
666 days ago
Transactional Outbox solves this. You use a table like in the first example but instead of actually doing the ElasticSearch update the Outbox table is piped into the dedicated queue.