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
spec.summary='Triggers to implement a transaction outbox pattern.'
11
+
spec.summary='Triggers to implement (an important) part of a transactional outbox pattern.'
12
12
spec.description='This implements a configurable outbox and triggers to populate it with events. See https://microservices.io/patterns/data/transactional-outbox.html for details. To be this clear, this only handles the insert of events into the outbox'# rubocop:disable Layout/LineLength
0 commit comments