Skip to content

EventBus: publisher confirms #83

Description

@adedw

What to build

Publishing is fire-and-forget: ChannelBasicPublishAsync with mandatory: true gives no durability guarantees. Make the publish path await broker confirms (BasicAcksAsync / chained confirms) on top of the connection layer rebuilt in #81, composing with the existing Polly publish-retry.

Acceptance criteria

  • Publish awaits a broker ack before completing (or surfaces a nack/timeout as an error).
  • Composes with the existing Polly retry policy: unacked publish is retried.
  • Confirmation email publish path is verifiably durable in dev (MailPit delivery after publish completes).

Blocked by

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    ready-for-agentFully specified, ready for an AFK agent

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions