You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So that other services can react to these events (if needed).
Ideally, these events shouldn't be published directly, but instead stored in DB along with the actual operation (create, update, delete) in a transaction, so that we can be sure the event will be published at some point (otherwise a crash might do the update in DB but fail to publish the event) => Microservices patterns.
The text was updated successfully, but these errors were encountered:
So that other services can react to these events (if needed).
Ideally, these events shouldn't be published directly, but instead stored in DB along with the actual operation (create, update, delete) in a transaction, so that we can be sure the event will be published at some point (otherwise a crash might do the update in DB but fail to publish the event) => Microservices patterns.
The text was updated successfully, but these errors were encountered: