Expand description
Kafka-compatible event bus utilities and transactional outbox forwarder.
Structs§
- BusConfig
- Configuration for the event bus forwarder.
- Outbox
Forwarder - Forwarder that drains the transactional outbox and publishes records.
Traits§
- Outbox
Exporter - External sink that receives a copy of every outbox event.
Functions§
- run_
outbox_ forwarder - Spawns an outbox forwarder task.
- run_
outbox_ forwarder_ with_ exporters - Spawns an outbox forwarder task with additional exporters that fan out a copy of each event.