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 RepositoriesRequest Sharding

Distributing incoming requests across multiple replicas to balance load and maximize system throughput.

Distinct from Load Sharding: Applies to general request traffic for distributed components rather than specific communication topics (mt3) or database queries (mt4).

Explore 1 awesome GitHub repository matching devops & infrastructure · Request Sharding. Refine with filters or upvote what's useful.

Awesome Request Sharding GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • serviceweaver/weaverAvatar von ServiceWeaver

    ServiceWeaver/weaver

    4,846Auf GitHub ansehen↗

    Weaver is a distributed application framework and remote procedure call system that allows developers to organize logic into independent components. It provides a multi-process execution environment where these components communicate via automated serialization, enabling applications to run as a single unit locally or as a distributed system across multiple cloud machines. The framework distinguishes itself through a configuration-driven topology mapping that allows the same logic to execute as a local function call or a remote network request without altering the business logic. It includes

    Distributes incoming requests among multiple component replicas to balance load and increase total throughput.

    Go
    Auf GitHub ansehen↗4,846
  1. Home
  2. DevOps & Infrastructure
  3. High Availability Clusters
  4. Request Sharding