[grpc-io] hello

2021-09-23 Thread linda richard
-- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+unsubscr...@googlegroups.com. To view this discussion on the web visit

[grpc-io] Re: Stream flow control on C++ sync API?

2021-09-23 Thread 'yas...@google.com' via grpc.io
What timeout are you referring to here? Some logs might be helpful here. If by chance, you are referring to keepalives then, `GRPC_ARG_KEEPALIVE_TIME_MS` and `GRPC_ARG_KEEPALIVE_TIMEOUT_MS` are the corresponding channel args. On Friday, August 6, 2021 at 12:26:40 AM UTC-7 tobias.krueger wrote:

[grpc-io] Re: Intermittent Unavailable/Unknown RpcException (C++/C#)

2021-09-23 Thread 'yas...@google.com' via grpc.io
For reference, https://github.com/grpc/grpc/issues/27292 is the related issue On Thursday, August 26, 2021 at 10:09:41 AM UTC-7 Jacob B wrote: > We are using gRPC (version 1.37.1) for our inter-process communication > between our C# process and C++ process. Both processes act as a server and

Re: [grpc-io] Re: Would like to know more details about the binary log.

2021-09-23 Thread 'yas...@google.com' via grpc.io
That is correct. Binary logging is not yet supported in Core based languages. On Monday, August 2, 2021 at 11:26:54 AM UTC-7 Eric Anderson wrote: > I'll let someone else explain more of the state for C-based languages. > > As I understand it, binary logging isn't supported in the C-based >

[grpc-io] What kind of header is expected to avoid having this UNKNOWN/UnsupportedOperationException issue?

2021-09-23 Thread Eggie
Hi there, I have a grpc server talking fine to another grpc server. However, I want to use jetty as my main server/port. In this case, I proxy the request throw jetty server and using jetty http2 client to forward the request. However, I am experiencing this issue. I want to ask if anyone might