awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • dotnetcore/capAvatar de dotnetcore

    dotnetcore/CAP

    7,088Voir sur GitHub↗

    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
    Voir sur GitHub↗7,088
  1. Home
  2. Software Engineering & Architecture
  3. High-Throughput Task Processing
  4. Processing Mode Configurations