[grpc-io] Re: gRPC C++ dependencies

2022-08-02 Thread 潘忠显
Hi Minh, You can find the depending relations in BUILD file . In the same file, you can find the source files composing the library. Inside each source file, there are nessesary comments. You can also read grpc c++ API document

Re: [grpc-io] Re: Caused by: io.grpc.netty.shaded.io.netty.handler.ssl.SslHandshakeTimeoutException: handshake timed out after 10000ms

2022-08-02 Thread 'Sanjay Pujare' via grpc.io
Okay, that seems to be a user-error and I am assuming you can take care of it. On Tue, Aug 2, 2022 at 3:02 AM VALENTINA FERRO wrote: > The problem was in configuration Server Python, I resolved this issue. But > now I have a new issue. > > Caused by: javax.net.ssl.SSLHandshakeException: General

[grpc-io] grpc-java v1.48.1 release

2022-08-02 Thread 'Ivy Zhuang' via grpc.io
grpc-java v1.48.1 is now available. New Features ORCA provides APIs to inject custom metrics at a gRPC server, and consume them at a gRPC client. It implements A51: Custom Backend Metrics Support

[grpc-io] gRFC L100: Narrow grpc_call_details in gRPC C Core API

2022-08-02 Thread 'Craig Tiller' via grpc.io
This is the discussion thread for https://github.com/grpc/proposal/pull/317. grpc_call_details includes two always zero fields, let's eliminate them. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving e

[grpc-io] gRFC L99: Eliminate the GRPC_INITIAL_METADATA_CORKED from C Core

2022-08-02 Thread 'Craig Tiller' via grpc.io
This is the discussion thread for https://github.com/grpc/proposal/pull/316, a proposal to remove an unused constant from the C core API. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from

[grpc-io] gRPC C++ dependencies

2022-08-02 Thread Minh Nguyễn Hữu
Hello, We are integrating (static linking) gRPC in one of our C++ components. We have built gRPC from source and this has resulted in the following static libraries: libgrpc.a libgrpc++.a libgrpc++_alts.a libgrpc++_error_details.a libgrpc_plugin_support.a libgrpcpp_channelz.a libgrpc++_reflecti