Hacker News new | ask | show | jobs
by nrdvana 599 days ago
Actually pub/sub works best when you can commit it in a transaction along with your data changes. When they are separate systems, you get a race condition where you could commit the change but crash before the event gets published.