Event-driven architecture (Transactional outbox, Inbox, and Saga patterns) on the modern stack of Java technologies.
-
Updated
May 24, 2025 - Kotlin
Event-driven architecture (Transactional outbox, Inbox, and Saga patterns) on the modern stack of Java technologies.
POC de uma aplicação de domínio de transação que implementa o Transactional outbox.
Simple implementation of the microservice outbox pattern
A POC that sends events to KAFKA (or other brokers) using at-least-once semantics. the main reason behind this POC was enable the dev to send events to a broker without having to worry about implementation specific stuff and consistency problems (you send an event inside a transaction block, the event will be delivered)
Add a description, image, and links to the outbox topic page so that developers can more easily learn about it.
To associate your repository with the outbox topic, visit your repo's landing page and select "manage topics."