GitHub / murataslan1 / OutboxPatternExample_DotNetCore
In systems that communicate asynchronously, possible data loss and inter-service data loss due to disconnection, error, and unexpected physical or software interruptions in the process (etc.) In order to avoid inconsistencies, it prevents the message from being lost, and it is a simple but highly effective pattern at critical points, which is activ
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murataslan1%2FOutboxPatternExample_DotNetCore
PURL: pkg:github/murataslan1/OutboxPatternExample_DotNetCore
Stars: 0
Forks: 0
Open issues: 0
License: mit
Language: C#
Size: 24.4 KB
Dependencies parsed at: Pending
Created at: almost 3 years ago
Updated at: over 1 year ago
Pushed at: almost 3 years ago
Last synced at: over 1 year ago
Topics: netcore, outbox-pattern