https://github.com/framstag/domainbus
Simple implementation of the microservice outbox pattern
https://github.com/framstag/domainbus
microservice outbox
Last synced: about 1 year ago
JSON representation
Simple implementation of the microservice outbox pattern
- Host: GitHub
- URL: https://github.com/framstag/domainbus
- Owner: Framstag
- License: apache-2.0
- Created: 2020-01-13T20:24:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T22:24:58.000Z (over 2 years ago)
- Last Synced: 2025-01-21T14:22:10.133Z (about 1 year ago)
- Topics: microservice, outbox
- Language: Kotlin
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This is a small side project for funfold that explores how to efficiently
poll events from task/job tables and either process them or even
copy them over to new tables or place them into Kafka topics or whatever.
In fact this is a protypical implementation for the OUTBOX pattern.
See [microservices.io](https://microservices.io/patterns/data/transactional-outbox.html)
This is a prototype and not finished.