Skip to content

Provide support like rpc_await for publish to allow for caller to check for confirms #4

Open
@sdebnath

Description

@sdebnath

Creating an issue as a discussion placeholder for implementing support similar to rpc_await for publish. This will allow client scenarios such as

  1. begin transaction with some db
  2. publish a message to RabbitMQ to do some heavy work somewhere else (call it publish_async?)
  3. do some local work
  4. check with turtle via publish_await to see if rabbitmq confirmed receipt
  5. if confirmed, commit tx, else rollback
  6. party.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions