awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesProcessing Mode Configurations

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.

Awesome Processing Mode Configurations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • dotnetcore/capAvatar von dotnetcore

    dotnetcore/CAP

    7,088Auf GitHub ansehen↗

    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.

    C#distributed-transactionseventbuskafka
    Auf GitHub ansehen↗7,088
  1. Home
  2. Software Engineering & Architecture
  3. High-Throughput Task Processing
  4. Processing Mode Configurations