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
This feature would include an in-memory outbox that is lean and fast.
The message published during a unit of work (HTTP request, message consumer) would be deferred until the unit of work finishes (e.g. Entity Framework SaveChanges()).
Customization points:
The trigger to release the messages would be configurable (e.g. on EF DbContext SaveChanges, or others).
It could be decided what transports and messages are subject to this behavior.
The text was updated successfully, but these errors were encountered:
This feature would include an in-memory outbox that is lean and fast.
The message published during a unit of work (HTTP request, message consumer) would be deferred until the unit of work finishes (e.g. Entity Framework SaveChanges()).
Customization points:
The text was updated successfully, but these errors were encountered: