grpc-proxy icon indicating copy to clipboard operation
grpc-proxy copied to clipboard

gRPC Go Proxy library with support for one-to-many proxying and result aggregation.

Results 2 grpc-proxy issues
Sort by recently updated
recently updated
newest added

I was taking a look at the README.md and the tests. It seems the references of `StreamDirector` in README.md are no longer up to date.

I changed `proxy.frame` to `proxy.Frame` and added a `Size() int` method to allow the proxy to measure data throughput in an interceptor.