Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 696 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 696 Bytes

Infra utilities

This repository provides the x.encore.dev/infra module, comprising utility packages for effectively working with cloud infrastructure using Encore.

Transactional Outbox

PkgGoDev

The pubsub/outbox package provides a transactional outbox for transactional publishing of messages to a pubsub topic. This is useful when you want to publish a message as part of a database transaction and tie the publishing to the fate (commit/rollback) of the transaction.

Use the "Go reference" link above for more information.