encoredev / infra

Infra utilities for Encore applications

Home Page:https://encore.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.