Skip to content

Publish Order Created Event using Outbox Pattern #16

@heymaaz

Description

@heymaaz
  • Explain the challenge of implementing "database operations and sending a message" as a single atomic operation.
  • Explain how "Outbox Pattern" tries to solve this problem.
  • Create order_events table, Entity, Repository, Service
  • Create order event models
  • Implement Order Event Mapper
  • Store Order events into order_events table
  • Create a Scheduled Job to publish order events to RabbitMQ

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