[grpc-io] Re: gRPC Java: Disabling OpenCensus Stats for NettyServer

2018-02-15 Thread Anjaneya Srujan Narkedamalli
I just saw that there is a InternalNettyServerBuilder that allows this but it asks to contact gRPC team first before using it. On Thursday, February 15, 2018 at 4:48:19 PM UTC-8, Anjaneya Srujan Narkedamalli wrote: > > Hi, > > We want to collect grpc server metrics using a custom Implementation

[grpc-io] gRPC Java v1.10.0 Released

2018-02-15 Thread 'Eric Gribkoff' via grpc.io
gRPC Java 1.10.0 is now released and available on Maven Central. v1.11.0 is scheduled for March 26th. Dependencies - Update opencensus to 0.11.0 (#3993 ) Bug fixes - bazel: fix protobuf sha256 (#3924

[grpc-io] gRPC-go Release 1.10.0

2018-02-15 Thread 'Menghan Li' via grpc.io
gRPC-go 1. ​10 .0 is now released. Full release notes: ​ API Changes - Revert "Add WithResolverUserOptions for custom resolver build options" (#1839 ) Behavior Changes - streams: Stop cleaning up after orphaned streams (#1854

Re: [grpc-io] protobuf-2.5.0/bin/protoc doesn't recognize "stream"?

2018-02-15 Thread Josh Humphries
The stream keyword was added in protobuf 3.0. (Version 2.5 is quite old.) Support for map types and proto3 syntax (which comes with a handful of language restrictions and semantic changes for messages) were also added in 3.0. *Josh Humphries* jh...@bluegosling.com On Thu, Feb 15, 2018 at

[grpc-io] protobuf-2.5.0/bin/protoc doesn't recognize "stream"?

2018-02-15 Thread Yanpeng Wu
*helloworld.proto* syntax = "proto2"; package helloworld; // The greeting service definition. service Greeter { // Sends a greeting rpc SayHello (HelloRequest) returns (stream HelloReply) {} } // The request message containing the user's name. message HelloRequest { optional string name =

Re: [grpc-io] Google Global Load Balancer support for gRPC?

2018-02-15 Thread 'Kailash Sethuraman' via grpc.io
Hi All, You can sign up for the alpha using this form . Thanks, On Monday, February 5, 2018 at 11:58:07 AM UTC-8, prajak...@google.com wrote: > > Hello everyone > "HTTP/2 + gRPC to backend