2 مستودعات
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.
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.
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.