[grpc-io] Re: How to custom channel(endpoint)? [C++]

2023-06-20 Thread 'AJ Heller' via grpc.io
The gRPC public API now provides a way for custom endpoint implementations to be provided to the library. It's called the EventEngine API, and you can read the generated API docs here (though I fin

[grpc-io] Re: building grpc C++ on AIX

2023-06-20 Thread Peter Shen
Me too. I also build failed build abseil-cpp at the very beginning. Hi Amandeep, appreciate if you could share some information about your AIX environment, compiler, etc. On Wednesday, March 29, 2023 at 1:18:33 PM UTC-4 yas...@google.com wrote: > Unfortunately, we don't have CI testing on AIX.

[grpc-io] How to enable TLS authentification in Python

2023-06-20 Thread Luca Maurelli
I'm new to gRPC and to authetification methods in general, so bear with me. I was able to create a dummy server client communication with gRPC, where the clients sends a request to the server and the server computes a remote procedure call, this is done in a asynch communication as the clients d