[grpc-io] Invitation:  gRPC Community Meetup @ Tue Oct 27, 2020 2:30pm - 3:30pm (PDT) (grpc.io)

2020-10-22 Thread jamierachel via grpc.io
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20201027T213000Z DTEND:20201027T223000Z DTSTAMP:20201023T024857Z ORGANIZER;CN=jamierac...@google.com:mailto:jamierac...@google.com

[grpc-io] Upcoming gRPC Community Meetup

2020-10-22 Thread 'Jamie Rachel' via grpc.io
Hi everyone, I apologize for the delay of announcing the upcoming meetup. We will be hosting a new community meetup next Tuesday, October 27th. If you are part of a working group, please share any updates you want gRPC users to be aware of. Add your updates, with any relevant links, here: gRPC

Re: [grpc-io] GRPC-Cpp inproc tranport

2020-10-22 Thread Liping Zhang
Hi All, I am looking for a solution to make gRPC work on top of our custom socket implementation. After some investigation, I found a useful resource as below : https://grpc.github.io/grpc/core/md_doc_core_transport_explainer.html It seems we have to implement our own transport layer by

[grpc-io] C-Core channel arg GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS is being deprecated

2020-10-22 Thread 'Yash Tibrewal' via grpc.io
Hi everyone, gRPC C-Core's channel arg `GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS` is being deprecated. Please view https://github.com/grpc/grpc/pull/24063 for more information. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To

[grpc-io] Check for successful connection?

2020-10-22 Thread Christopher Pisz
How can I check if the RPC client actually made a successfull connection to the RPC server when I create the channel and stub? I want to be able to throw an exception or signal if the connection failed. I am not sure what method qualifies as an "operation" to try here. I don't want to make

[grpc-io] Re: GRPC-Cpp inproc tranport

2020-10-22 Thread Kristupas Antanavicius
I'm also looking for a similar solution. I wish to be able to use Protobuf to glue components of cross platform product together. Currently, the product is composed of 4 projects: Android (Kotlin), Windows (.net), IOS (Swift), MacOS (Swift). There are 4 separate teams working on each project.

[grpc-io] gRPC-Core Release 1.33.1

2020-10-22 Thread 'Donna Dionne' via grpc.io
This is 1.33.1 (geeky) release announcement for gRPC-Core and the wrapped languages C++, C#, Objective-C, Python, PHP and Ruby. Latest release notes are here . This release contains refinements, improvements, and bug fixes, with highlights

[grpc-io] Re: SIGSEGV in ev_epollex_linux.cc

2020-10-22 Thread 'veb...@google.com' via grpc.io
Hi Bryce, Can you try to reproduce this problem with the latest gRPC? Chances are that newer versions of gRPC already fixed this if it's coming from gRPC itself. Regards, Esun. On Friday, October 16, 2020 at 10:02:55 AM UTC-7 Bryce Edwards wrote: > Hi All, > > We're observing a SIGSEGV in

[grpc-io] avoid memory copy in bidi stream

2020-10-22 Thread yanch...@gmail.com
Hi, I have a simple client and server using gRPC to exchange information. For now, client side transfer big binary data to server by stream. At server side, server reads one by one from stream and copy the content to another pre-allocated memory to deal with. My question is, is there any way

[grpc-io] GRPC-Cpp inproc tranport

2020-10-22 Thread Semyon Baren
Hi all. I am trying to use in-process transport for my project. At this stage I just want to be able to test it with the "Hello world" example. I searched for documentation on how can I choose the underlying transport but without a luck. I didn't find any code snippets that might be of help

[grpc-io] Re: Updating Subchannels in client Application layer?

2020-10-22 Thread li yabo
Thanks for the replies! the language I'm looking at right now is c#. I understand retry might not fully supported yet, while still hope I can understand the design correctly as the implementation will be there sooner or later which follows the design idea. Thanks for explanation of how