[grpc-io] gRPC Java 1.2.0 Released

2017-03-15 Thread 'Carl Mastrangelo' via grpc.io
I am pleased to announce availability of gRPC Java 1.2.0, the next minor release of gRPC: What's New - The new Load Balancer API (and ManagedChannelImpl) is now default; the previous one is removed (#2656 ) - The authority

[grpc-io] Re: Using OAuth over TLS GRPC Golang server and client examples

2017-03-15 Thread Evan Jones
Clients that talk to Google using an OAuth credential are pretty straightforward, see the following document for sample code of how to use it. https://github.com/grpc/grpc-go/blob/master/Documentation/grpc-auth-support.md If you want to create a *server* that uses Google OAuth tokens, or

[grpc-io] gRPC channel usage

2017-03-15 Thread Amit Waisel
Hi All, Is it possible to query network usage information (total bytes transferred, current transfer rate [bytes per second], etc) from a gRPC channel? Both secure and insecure. (For example, I would like to query how many bytes were sent and received on the native SOCKET, including

[grpc-io] Re: Connect to a Go GRPC Server running with TLS enabled using node js grpc client

2017-03-15 Thread Aakarshit Naga Sai Batchu
Thanks Guys for Replying. The Issue has been Resolved. On Friday, March 10, 2017 at 10:06:00 AM UTC+5:30, Aakarshit Naga Sai Batchu wrote: > > We are running a go-grpc server with TLS enabled. > When we use the go-grpc-client it works perfectly fine with the Server. > But when we try node js and

[grpc-io] Using OAuth over TLS GRPC Golang server and client examples

2017-03-15 Thread Aakarshit Naga Sai Batchu
grpc-go has a library credentials/oauth. Link provided below https://godoc.org/google.golang.org/grpc/credentials/oauth Can anyone write a Simple Golang GRPC Server and Client program using OAuth over TLS for security? -- You received this message because you are subscribed to the Google