[grpc-io] grpc-gateway sample code seems incorrect

2016-10-25 Thread emmulator
I'm following the instructions at https://github.com/grpc-ecosystem/grpc-gateway, and the "Write an entrypoint" says to call a method like this: err := gw.Register[YourServiceHandler]FromEndpoint(ctx, mux, *echoEndpoint, opts) But the generated service doesn't have any such method, nor anythi

[grpc-io] Performance dashboard moved or down?

2016-10-25 Thread chad_walters via grpc.io
I am interested in doing a basic evaluation of grpc. Performance in particular is of high interest. In the 1.0 blog post (http://www.grpc.io/blog/gablogpost) there is a link to a performance dashboard (http://goo.gl/tHPEfD) but all the graphs at that link seem to show "No Data Available". Is t

Re: [grpc-io] gRPC Proto3 performance vs Apache thrift perfomance

2016-10-25 Thread chad_walters via grpc.io
"GRPC is doing more work than Thrift that comes at a cost, the metadata exchange features are a built-in for GRPC that Thrift does not have" Can you elaborate on this comment a bit? I am evaluating gRPC performance and I would like to understand this at an architectural level. Thanks, Chad Wal

Re: [grpc-io] gRPC Proto3 performance vs Apache thrift perfomance

2016-10-25 Thread 'Louis Ryan' via grpc.io
On Tue, Oct 25, 2016 at 11:28 AM, chad_walters via grpc.io < grpc-io@googlegroups.com> wrote: > "GRPC is doing more work than Thrift that comes at a cost, the metadata > exchange features are a built-in for GRPC that Thrift does not have" > > Can you elaborate on this comment a bit? I am evaluatin

[grpc-io] Re: grpc-gateway sample code seems incorrect

2016-10-25 Thread jjustice
On Tuesday, October 25, 2016 at 10:21:25 AM UTC-7, emmulator wrote: > > I'm following the instructions at > https://github.com/grpc-ecosystem/grpc-gateway, and the "Write an > entrypoint" says to call a method like this: > > > Ok, sorry. Clearly I wasn't following the instructions very well.