[grpc-io] Re: Any suggestion on how to perform load testing of gRPC client & streaming service

2023-03-29 Thread 'Terry Wilson' via grpc.io
I'll also mention that there is a gRPC plugin for Gatling and that K6 also supports gRPC . On Wednesday, March 29, 2023 at 4:27:54 PM UTC-7 Terry Wilson wrote: > I don't have any personal experience

[grpc-io] Re: Any suggestion on how to perform load testing of gRPC client & streaming service

2023-03-29 Thread 'Terry Wilson' via grpc.io
I don't have any personal experience in this tool, but I've seen community use of ghz.sh. Maybe start by looking at what it provides. On Sunday, March 19, 2023 at 12:15:24 PM UTC-7 Shailendra Omkar wrote: > Hi Team, > > I need to perform load testing of my application which uses gRPC client &

[grpc-io] Re: TypeError: Couldn't build proto file into descriptor pool!

2023-03-29 Thread Suri Gupta
Anyone able to solve this without changing the package names? On Friday, December 23, 2022 at 3:27:08 PM UTC-8 Brad Post wrote: > Hello, > > I am working in Python. > > I have a proto file in PACKAGE_A that I am trying to import into > PACKAGE_B. Package_A is installed via pip install, so it

[grpc-io] Re: callback API and details on threading model

2023-03-29 Thread 'AJ Heller' via grpc.io
Sometime this year, gRPC C++ will switch to by default have a single auto-scaling thread pool per process, and all of gRPC's threaded activities will utilize it. Applications will have some control over this, though, by being able to provide custom EventEngine instances per channel or per

[grpc-io] Re: multiple async clients for route_guide_callback_server example

2023-03-29 Thread 'yas...@google.com' via grpc.io
Could I ask you to create a tracking issue for this on github please? Also if you've got a working solution, contributions to source are welcome :) On Wednesday, March 22, 2023 at 2:52:22 AM UTC-7 Dmitry Gorelov wrote: > Please check the following code, it fixes the crash of the >

[grpc-io] Re: /usr/local/include/google/protobuf/repeated_field.h:145:1: error: invalid application of 'sizeof' to incomplete type 'google::protobuf::__uint128_t'

2023-03-29 Thread 'yas...@google.com' via grpc.io
This might be an environment issue. Can you talk more about where and how you are building your application? On Wednesday, March 22, 2023 at 11:51:48 PM UTC-7 xiaoliang jiao wrote: > I use gRPC 1.53.0-pre1 and protobuf 3.21.12.0. > I can create *.pb.h, *.pb.cc, *.grpc.pb.h, *.grpc.pb.cc files

[grpc-io] Re: Regarding grpc logging [C++]

2023-03-29 Thread 'yas...@google.com' via grpc.io
There are ways to redirect stderr process-wide, but that's probably not what you are looking for. We don't have a C++ API for overriding the default log mechanism. We do have a gRPC Core API to set the logging function though -

[grpc-io] Re: Per ListeningPort network namespace (c++)

2023-03-29 Thread 'yas...@google.com' via grpc.io
gRPC C++ doesn't have a way of doing that. It looks like the way processes switch network namespaces is by using `ip netns exec` but that's not what we want. On Tuesday, March 28, 2023 at 4:11:10 AM UTC-7 Dylan Walsh wrote: > Hey all, > > I was wondering if a single c++ gRPC server has the

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

2023-03-29 Thread 'yas...@google.com' via grpc.io
Unfortunately, we don't have CI testing on AIX. Can you try using Bazel instead of CMake? On Tuesday, March 28, 2023 at 8:23:33 PM UTC-7 勿羽 wrote: > Hi Amandeep, > > I'm also trying to compile gRPC on AIX7.2. There are a lot of errors that > I can't figure out. Did you compile successfully? >