Re: [grpc-io] Re: Proxyless gRPC services in Istio mesh

2025-03-21 Thread Xavier XYZ
I finally find the solution after some debugging hours. Istio provides by default a RSA key, when the grpc-java lib is waiting for a PKCS#8 key. Add environment variable `PKCS8_KEY=true` to the istio proxy solved the issue. Hope this help. Le jeudi 20 mars 2025 à 16:01:19 UTC+1, Xavier XYZ a éc

[grpc-io] Debugging C++ Async Callback API calls

2025-03-21 Thread Konstantina Skovola
Hi! I am using the grpc c++ async callback API for my application and I don't know how to get more details about the following error: On the server side I write the streaming response like this: ``` cta::xrd::Response *header = new cta::xrd::Response(); header->set_type(cta::xrd::Response::R