[grpc-io] gRPC-Java 1.48.0 Released

2022-07-20 Thread 'Ivy Zhuang' via grpc.io
The v1.48.0 release is now available. ### Bug Fixes - Removed the Class-Path manifest entry from jars generated with the gradle shadow plugin (#9270). This should prevent “[WARNING] [path] bad path element” compilation warnings - Fix

[grpc-io] Re: remote grpc server and local client

2022-07-20 Thread 'yas...@google.com' via grpc.io
Yes, you would just use that `:` string as the target when creating the channel. On Monday, July 11, 2022 at 2:19:30 PM UTC-7 srishtik...@gmail.com wrote: > Hi, > Is it possible to connect to remote Grpc Server from client using IP > address.Can anybody suggest how to do that? > -- You

[grpc-io] Re: Grpc with C++ server and C# Client

2022-07-20 Thread 'yas...@google.com' via grpc.io
You need to replace `RELEASE_TAG_HERE` with an actual release tag. `v1.48.0` for example. On Friday, July 8, 2022 at 3:47:54 PM UTC-7 srishtik...@gmail.com wrote: > > I am trying to do a POC where i am trying to make my Site controller > studio on local system written in C# interact with the

[grpc-io] Re: Observed an error trace from grpc core while invoking rpc on client side

2022-07-20 Thread 'yas...@google.com' via grpc.io
Note that the epollex poller has been deleted. On Tuesday, July 19, 2022 at 10:25:05 AM UTC-7 balajisr...@gmail.com wrote: > I have seen the below error trace during rpc gets invoked in the client > side. > > E0108 23:57:39.627493254 13286 ev_epollex_linux.cc:512] Error shutting > down fd 43.

[grpc-io] Gzip compression in response from gRPC-java to gRPC-web

2022-07-20 Thread 'Danil Vilnikov' via grpc.io
Hi Team! I am using gRPC-java on server side and gRPC-web on client. And I want to compress my response messages. In first case I send Metadata {'grpc-accept-encoding': 'gzip'} from client and call setCompressed("gzip") method on server side. But when I send compressed response my client fall