awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesSession-Based Routing

Ensuring consistent routing of network sessions to specific endpoints using hash-based sampling of headers.

Distinct from Consistent Hashing: Applies consistent hashing specifically to network session steering rather than general data distribution across cluster nodes.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Session-Based Routing. Refine with filters or upvote what's useful.

Awesome Session-Based Routing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • probelabs/goreplayAvatar de probelabs

    probelabs/goreplay

    19,286Ver en GitHub↗

    Goreplay is an HTTP traffic mirroring tool designed to capture live network traffic from production environments and replay it into test systems for validation. It includes a specialized Kubernetes traffic capturer that operates as a daemonset to mirror traffic from specific pods using label selectors and namespace filters, alongside a TCP traffic recorder for intercepting raw network packets. The project features a Kafka traffic pipeline for streaming captured payloads to topics or ingesting messages for playback, and an HTTP request transformer to mask sensitive data or rewrite headers and

    Ensures consistent routing of specific network sessions to the same destination endpoint using header-based hash sampling.

    Go
    Ver en GitHub↗19,286
  • devicefarmer/stfAvatar de DeviceFarmer

    DeviceFarmer/stf

    4,312Ver en GitHub↗

    This project is an Android device farm management platform and mobile device testing lab. It provides a web-based interface for remotely controlling, debugging, and managing fleets of physical Android devices. The platform enables remote hardware access through an ADB remote control system, allowing for remote shell execution, application installation via drag-and-drop, and real-time screen interaction through a browser. It includes tools for mapping remote device connections to local ports, enabling the use of integrated development environments for debugging. The system covers hardware inv

    Routes user requests to specific device controllers based on active session identifiers.

    JavaScriptandroiddebugginghacktoberfest
    Ver en GitHub↗4,312
  1. Home
  2. Software Engineering & Architecture
  3. Consistent Hashing
  4. Session-Based Routing