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
For this purpose, I propose adopting the event-driven pattern. The Destination service, immediately after delivering the event to its target, should publish an event to the broker. Subsequently, the Source service can consume this event and update its database accordingly.
after we deliver an event to the third party we need to update the status of the event in the source DB
we can flush updates as batch statements periodically
The text was updated successfully, but these errors were encountered: