Harry Bagdi

Results 165 comments of Harry Bagdi

@tul Thanks for the patch. Any update on getting this over the line?

Does the following solve the issue? https://github.com/grpc-ecosystem/grpc-gateway/blob/1dd92c92ad0d0f78c750d0e41f8ff91edad99cc2/examples/internal/proto/examplepb/a_bit_of_everything.proto#L500-L511

Could you change the services to be TCP services (instead of tls_passthrough) and test this for us? This will help us figure out if this is something specific to TLS...

I'm trying to do something similar. In my case, I'd like to introspect the error and get a reference to the Schema node so that I can populate a helpful...

> @hbagdi you can navigate *Schema using KeywordLocation as if it is simple xpath. but this might be tricky if the schema uses $dynamicRef Are there any tools or helper...

@santhosh-tekuri Thank you for your response here. Your commentary was very helpful for me to arrive at a solution.

@AshuPretlist Can you make sure that your gRPC service is not closing the connection or any other Load-Balancer between your client and Kong is not closing the connection? cc @gszr

Did you try to use [Nginx directive injection](https://docs.konghq.com/1.4.x/configuration/#injecting-nginx-directives) in Kong to tweak the default?