[grpc-io] Conversion from std::vector to repeated field

2023-08-07 Thread Deepak Jain
Hello guys, We have a repeated field of GFrameQuery and we have a std::vector. So, now we need conversion from vector to repeated field. So we do like {vec.begin(), vec.end()} which is a standard thing to do. But it involved memcy and therefore, it is resulting in performance degradation when l

[grpc-io] Get server crash signal for java server streaming RPC

2023-08-07 Thread Eric Chen
Hi I am writing a server-streaming RPC in java, and trying to figure out how to get a signal on client side when the server crashes, so that dangling streams can be cleaned-up on client side. Here is the service definition *service MyService {* * rpc Get(GetRequest) returns (stream GetResponse

[grpc-io] Pre build binaries for ruby gem 1.57-pre

2023-08-07 Thread 'Don Buchanan' via grpc.io
Hey all, Is there a reason why the gem for 1.57.0-pre do not include prebuilt binaries for aarch64-linux? It appears that they did get built in the nightlies

[grpc-io] Re: The grpc-go example code doesn't appear to support Go modules

2023-08-07 Thread anonymous -
I'm referring to the code here https://grpc.io/docs/languages/go/quickstart/ On Monday, August 7, 2023 at 9:35:47 PM UTC+1 anonymous - wrote: > I'm trying to build the basic Helloworld grpc go code but it's not going > so well because there seem to be incompatibilities with newer versions of >

[grpc-io] The grpc-go example code doesn't appear to support Go modules

2023-08-07 Thread anonymous -
I'm trying to build the basic Helloworld grpc go code but it's not going so well because there seem to be incompatibilities with newer versions of Go which use modules. Could someone please update the examples? -- You received this message because you are subscribed to the Google Groups "grpc.

[grpc-io] Re: grpc C++ windows abslConfig.cmake not found

2023-08-07 Thread smita deshpande
Hello, However, I don't see any protoc generated in bin folder for protobuf. No protoc exe built in vcpkg folder. libprotobuf, libprotoc and other libraries are generated but not the exe. Thanks, Smita On Monday, August 7, 2023 at 10:21:36 AM UTC-4 smita deshpande wrote: > Hello again, > > I

[grpc-io] Re: grpc C++ windows abslConfig.cmake not found

2023-08-07 Thread smita deshpande
Hello again, I used vcpkg and i was able to resolve this error. Thanks, Smita On Friday, August 4, 2023 at 5:34:37 PM UTC-4 smita deshpande wrote: > I am getting below error if I do > cmake ./.. -DgRPC_INSTALL=ON -DCMAKE_BUILD_TYPE=Release > -DgRPC_ABSL_PROVIDER=package -DgRPC_CARES_PROVID