Skip to main content

Crate poprako_orchestra_extra

Crate poprako_orchestra_extra 

Source
Expand description

Opt-in extensions for the poprako-orchestra step ecosystem.

This crate provides producer-side outbox abstractions as an optional add-on to [poprako-orchestra]. The available extensions are gated behind Cargo features:

  • promise — Producer-side step contracts (Defer, DeferBatch) and the Prom trait, enabling an orchestration step to persist messages in a local outbox table for later delivery.

See the README for a complete usage example and the full feature list.

Modules§

prom
Outbox producer abstractions compatible with the poprako-orchestra ecosystem.