Victor Nguen

Results 7 comments of Victor Nguen

Hi! I tried to reproduce this issue using version 0.2.0 and the snapshot. This bug has been fixed in #946. When the data was encoded in ASCII, it caused issues...

@bashirmindee Hi! Do you use any service mesh that can load balance gRPC traffic? If not, you should make your service headless in k8s and write load balancing on the...

@dimafeng Hi there! Thank you for this library! If you have some time, please take a look at the pull request.

@LucioFranco FYI The issue occurs in `tonic/src/status.rs` in the `from_hyper_error` method. This is because gRPC status messages are sent via HTTP/2 headers, and HTTP/2 default maximum header size is 16...

@dfawley @LucioFranco please take a look

> @victornguen Were there any updates on this review? I need to use Tonic over an HTTP proxy Still waiting for a review from the maintainers. @tottoto please take a...