[grpc-io] who else is looking for an active (discord) community?

2024-03-18 Thread ji-podhead
theres no channel on discord. gitter and git-discussion are dead. i dont have any slack invites. k8s groups have no grpc sub. maybe we should start a server on our own? love from germany: ji -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To

[grpc-io] gRPC insecure channel communication between client and server

2024-03-18 Thread manickam
In my case, the server is deployed in a kubernetes cluster, and the ingress is TLS enabled. How do I enable insecure channel gRPC communication between an external client and server? Thanks Manickam -- You received this message because you are subscribed to the Google Groups "grpc.io"

[grpc-io] How to resolve potential grpc::ClientBidiReactor data racing

2024-03-18 Thread Zhanhui Li
Hi gRPC C/C++ community, I am building C/C++ client for an opensource project using gRPC and we have a bidirectional stream API. For the client side implementation, we need to create a class, inherting from ClientBidiRecator, overriding some methods. Note the OnXXDone methods has parameter

[grpc-io] Re: Client receives out-of-order stream

2024-03-18 Thread 'yas...@google.com' via grpc.io
This might be something to raise with maintainers of https://github.com/scalapb/zio-grpc. I'm not sure if they monitor this forum. On Tuesday, March 12, 2024 at 6:54:04 PM UTC-7 Xiaokun Luan wrote: > Thanks for your reply, here is a minimal example: >

[grpc-io] Re: Can CVE-2023-33953 be solved by limiting the length of the HTTP header on an earlier version?

2024-03-18 Thread 'yas...@google.com' via grpc.io
I agree with Craig's recommendation to try and upgrade. There have been tons of bug fixes and feature upgrades since grpc 1.0.0. On Monday, March 11, 2024 at 8:48:41 AM UTC-7 Harminder Singh wrote: > Need a solution for Question asked in this ticket. > https://github.com/grpc/grpc/issues/34251

[grpc-io] Re: Need basic help with unexplained steps building on Windows

2024-03-18 Thread 'yas...@google.com' via grpc.io
Running `cmake --help` should give you a list of the available generators. If you have for example, Visual Studio 2022 installed, you should see a line like "Visual Studio 17 2022" or something like that. That should work as well. Very likely, it will work without overriding the default