|
|
|
|
|
by ryanworl
2973 days ago
|
|
The most reliable implementation of this pattern is to use the replication binary logs of the database. Your application cannot atomically publish a write to both a database and a messaging system (without introducing a massive headache that you will implement incorrectly). |
|