prio-load-balancer
prio-load-balancer copied to clipboard
Priority JSON-RPC load balancer (with retries, good logging, and other goodies like SGX/SEV attestation support)
Results
2
prio-load-balancer issues
Sort by
recently updated
recently updated
newest added
Add URL path support for forwarding plain HTTP requests (i.e. non-jsonrpc requests) Allow the request to specify target path with `X-Target-Path` header. Tasks: * [x] Implement path support * [...
### Fix - Previously, requests were not being canceled after being forwarded to the upstream service. This happened because the original request context was not propagated when making the upstream...