[grpc-io] Scala gRPC High CPU Utilization

2018-08-27 Thread 'Kos' via grpc.io
Hi, I'm using gRPC in a new Scala service and I'm seeing unexpectedly high CPU utilization. I see this high utilization in our production workload but also am able to reproduce via performance tests which I'll describe below. My setup is using grpc-netty-shaded 1.10 (but i've also repro'd with

Re: [grpc-io] gRFC A16 Option for setting socket option TCP_USER_TIMEOUT

2018-08-27 Thread yashkt via grpc.io
Proposal has been updated. On Friday, August 24, 2018 at 4:04:47 PM UTC-7, Eric Anderson wrote: > > This would change the semantics slightly, as right now the value does >> nothing when KEEPALIVE_TIME is infinite (the default). >> > > After sleeping on this, I think that we can enable TCP_USER_TI

[grpc-io] gRFC A17: Client-Side Health Checking

2018-08-27 Thread 'Mark D. Roth' via grpc.io
I've created a gRFC proposing client-side health checking for gRPC: https://github.com/grpc/proposal/pull/97 Please send any discussion to this thread. Thanks! -- Mark D. Roth Software Engineer Google, Inc. -- You received this message because you are subscribed to the Google Groups "grpc.

[grpc-io] Re: has type , but expected one of: ((,),)

2018-08-27 Thread mkengr88
1 syntax = "proto3"; 2 3 option java_multiple_files = true; 4 option java_package = "io.grpc.UtrServer"; 5 option java_outer_classname = "UtrServerProto"; 6 option objc_class_prefix = "UtrServer"; 7 8 package UtrSSXFilterServer; 9 10 ser

Re: [grpc-io] Need: Sr. Android Developer - Dublin, OH - 6+ Months

2018-08-27 Thread Muhammad Iqbal
Yes I am interested in this job On Mon, Aug 27, 2018, 6:10 PM kumar ascii wrote: > Hello, > > > > This is Sravan from Infomatics. We have an immediate opening with one of > our client. Kindly confirm your interest by replying to this email with > your updated resume and convenient time/number

[grpc-io] Need: Sr. Android Developer - Dublin, OH - 6+ Months

2018-08-27 Thread kumar ascii
Hello, This is Sravan from Infomatics. We have an immediate opening with one of our client. Kindly confirm your interest by replying to this email with your updated resume and convenient time/number to discuss further. You can mail me your response at sra...@infomatinc.com or you can call

[grpc-io] What is least number of dependencies needed for running a grpc C++ example?

2018-08-27 Thread Prashant Shubham
I wanted to know what is the least number of dependencies needed for grpc. I want reduce the size of grpc example as low as possible. It's reduce by large if use protobuf-lite. How can I just install grpc_cpp_plugin and grpc++, grpc++_reflection without make of the whole grpc repo. -- You rece