Skip to content

fzf003/PostgresOutboxPatternWithCDC.NET

 
 

Repository files navigation

Postgres Outbox Pattern with CDC and .NET

PoC of doing Outbox Pattern with CDC and .NET

Uses Postgres logical replication with Npgsql integration.

Main logic is placed in EventsSubscription. Check LogicalReplicationTest for sample usage.

Running

  1. Start Postgres with WAL enabled from Docker image.
docker-compose up
  1. Run tests
dotnet test

Links

WAL

Logical Replication

Locks

Outbox implementations

About

PoC of doing Outbox Pattern with CDC and .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%