Skip to content

A sample Transactional Outbox Pattern implementation written with .NET Core.

Notifications You must be signed in to change notification settings

bozd4g/FB.TransactionalOutbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FB.TransactionalOutbox

As you know Event Sourcing and CQRS are important topics for microservices. But have you ever thought, what happens if we do not throw any event(s) or lose some events during transaction?

Installation

To run a RabbitMq;

docker run -d --hostname my-rabbit --name myrabbit -e RABBITMQ_DEFAULT_USER=guest -e RABBITMQ_DEFAULT_PASS=123456 -p 5672:5672 -p 15672:15672 rabbitmq:3-management

and create a virtual host called as demand.

Articles

  • What happens if we lose some event(s) during transaction? — Link

About

A sample Transactional Outbox Pattern implementation written with .NET Core.

Topics

Resources

Stars

Watchers

Forks

Languages