Skip to content
#

transactional-outbox-pattern

Here are 43 public repositories matching this topic...

Modern Java persistence framework for Event-driven systems. Built-in outbox pattern. Atomic transactions with domain events. Spring, Quarkus, Micronaut, or pure Java

  • Updated Sep 4, 2026
  • Java

A lightweight library for implementing the Transactional Outbox pattern in .NET with default implementation in SQL Server & Azure Service Bus. Key benefits offered are support for running in Azure Functions serverless environments and support for enforcing FIFO ordering of processing & publishing even in horizontally scaled environments (e.g. se…

  • Updated Mar 20, 2026
  • C#
spring-transactional-outbox-kafka

Production-ready Java implementation of the Transactional Outbox Pattern for Spring Boot 4, Kafka and PostgreSQL, with idempotency, batch publishing, recovery and low database polling.

  • Updated Sep 11, 2026
  • Java

A production-grade, polyglot distributed order management system demonstrating a Choreographed Saga pattern with Transactional Outboxes, Idempotent Consumers, and explicit Compensation strategies across four independently-owned microservices.

  • Updated Aug 11, 2026
  • Shell

An ultra lightweight API for robust Distributed Application Mutex/Locking capabilities leveraging SQL Server. The API provides a set of easy to use custom extensions for the SqlClient libraries (e.g. Microsoft.Data.SqlClient or System.Data.SqlClient) that provide robust distributed application mutex/locking support via the sp_getapplock & sp_rel…

  • Updated May 16, 2025
  • C#
tandem-transactional-outbox-kafka

Reliable, strictly-ordered event delivery from PostgreSQL to Kafka — the Transactional Outbox Pattern as a Java library. No CDC, no Kafka Connect. CloudEvents, per-aggregate ordering, replay, and an Admin API with a Go CLI.

  • Updated Sep 21, 2026
  • Java

Add this topic to your repo

To associate your repository with the transactional-outbox-pattern topic, visit your repo's landing page and select "manage topics."

Learn more