1 repositorio
Settings to toggle between parallel throughput and sequential execution for message processing.
Distinct from High-Throughput Task Processing: Focuses on the execution mode (parallel vs sequential) rather than general high-throughput architectural patterns.
Explore 1 awesome GitHub repository matching software engineering & architecture · Processing Mode Configurations. Refine with filters or upvote what's useful.
CAP is a .NET distributed transaction framework and event bus designed to manage asynchronous communication in microservices. It implements the outbox pattern to ensure eventual consistency and reliable message delivery by persisting messages in local database tables until transactions commit. The framework includes a distributed message monitor and web dashboard for tracking the status of sent and received messages. It provides tools for event traffic visualization, distributed request tracing, and the ability to manually trigger retries for failed delivery attempts. The system supports var
Allows configuration between parallel processing for high throughput and sequential execution for strict message ordering.