[grpc-io] Is there a gRPC user forum hangout meeting today?

2016-06-30 Thread Paul Grosu
Hi Varun, et al., Is there a hangout meeting today since I did not get the Google hangout invitation yet. My understanding was that it was bi-weekly. Thanks, Paul -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and s

Re: [grpc-io] Is there a gRPC user forum hangout meeting today?

2016-06-30 Thread Paul Grosu
nferencing details > We are experimenting a new way to hear your feature requests and get votes > on it. Please add/vote on grpc.uservoice.com > > > > > On Thu, Jun 30, 2016 at 9:48 AM, Paul Grosu > wrote: > >> >> Hi Varun, et al., >> >> Is there a hangou

Re: [grpc-io] is there any API to watch gpr_subprocess_* stdout/stderr?

2016-07-23 Thread Paul Grosu
Hi Kang, Autonomy is a given with any piece of code :) Since gRPC code is built with quite a lot of flexibility, if you need to for your own instance, you can easily add to subprocess_posix.c the dup2/fork/pi

Re: [grpc-io] is there any API to watch gpr_subprocess_* stdout/stderr?

2016-07-23 Thread Paul Grosu
ethods.cs> On Saturday, July 23, 2016 at 4:30:07 PM UTC-4, kang joni wrote: > > Thanks for your suggestion. But I'm just hoping to write in portable > manner (Win/Lin). > > On Sunday, July 24, 2016 at 3:20:48 AM UTC+7, Paul Grosu wrote: >> >> >> Hi Kang

Re: [grpc-io] How close is gRPC to a release candidate?

2016-07-27 Thread Paul Grosu
I understand the need, but rushing things with a complex programming project such as this does not always translate into quality. With this project I would prefer Google to take their time to do it right. The gRPC team are doing fantastic service, but already they feel way too stretched out

[grpc-io] Re: gRPC 1.0.0-pre1 release packages are now available for testing

2016-07-27 Thread Paul Grosu
Hi Kailash, This is fantastic news! Big Congratulations to the whole team! Just wondering how thoroughly should we test these releases? Basically should we put: - A naive user hat (i.e. let me find the documentation and follow it), or - An expert user hat (i.e. let me tweak the M

Re: [grpc-io] How close is gRPC to a release candidate?

2016-07-27 Thread Paul Grosu
cussions on any of them. Thank you, Paul On Wednesday, July 27, 2016 at 8:38:06 PM UTC-4, Louis Ryan wrote: > > Paul, > > On Wed, Jul 27, 2016 at 10:00 AM, Paul Grosu > wrote: > >> >> I understand the need, but rushing things with a complex programming >>

Re: [grpc-io] Re: gRPC 1.0.0-pre1 release packages are now available for testing

2016-07-27 Thread Paul Grosu
d behaviour. >> >> Branches for the code: >> https://github.com/grpc/grpc/tree/v1.0.x >> and >> https://github.com/grpc/grpc-java/tree/v1.0.x >> >> Hope that helps! >> >> >> On Wed, Jul 27, 2016 at 5:32 PM Paul Grosu > > wrote: >

Re: [grpc-io] grpc from JavaScript in the browser

2016-08-01 Thread Paul Grosu
I prefer the practical sense :) By empowering users through the addition of documentation for the shared C library and how to properly create a surface API by integrating with it, for sure that will ease your pain of having to create the Jav

[grpc-io] Re: Regarding the compilation of GRPC for libcrypto.a

2016-08-01 Thread Paul Grosu
Hi Vivek, Please elaborate on the steps you took to get to this error (i.e. OS, commands that were run, and console output of the errors). Thanks, Paul On Monday, August 1, 2016 at 6:13:10 AM UTC-4, Vivek Srivastava wrote: > > hi > > I have pulled out the gRPC code from server but i am unable

[grpc-io] Re: gRPC Proto3 performance vs JSON Rest perfomance

2016-08-02 Thread Paul Grosu
Would this do? https://cloud.google.com/blog/big-data/2016/03/announcing-grpc-alpha-for-google-cloud-pubsub On Tuesday, August 2, 2016 at 11:31:19 AM UTC-4, jdov...@gmail.com wrote: > > I need to convince management that gRPC is better than JSON Rest services > (JSON over HTTP/1). > > Does anyo

Re: [grpc-io] Re: grpc + appengine? Is this possible?

2016-08-02 Thread Paul Grosu
Hi Nodir, Thank you for sharing this nice demo. Where are there more tech-talks like this? Thank you, Paul On Tuesday, August 2, 2016 at 2:33:56 AM UTC-4, Nodir Turakulov wrote: > > a blog post and the tech talk: http://nodir.io/post/138899670556/prpc > > On Mon, Aug 1, 2016 at 11:19 PM Ankur

[grpc-io] Re: Regarding the compilation of GRPC for libcrypto.a

2016-08-02 Thread Paul Grosu
rtain directories), so you will need to create them and run the code. I can ran client and server, but don't have the proper certificates - since I cannot create them - but code should be okay. Let us know how it goes. Hope it helps, Paul *From:* Vivek Srivastava [mailto:viveks...

[grpc-io] Re: bazel rules_protobuf (java)

2016-08-03 Thread Paul Grosu
Very cool! If it gets any easier, somehow the image of the people from the movie Wall-E comes to mind :) $ bazel run ProgramCreatorBot On Wednesday, August 3, 2016 at 2:43:42 PM UTC-4, Paul Johnston wrote: > > I've updated rules_protobuf to > inclu

[grpc-io] Optimization Exploration: gRPC-Java under large payloads

2016-08-10 Thread Paul Grosu
Hi Everyone, So this is an opportunity to work as a community to explore solutions to improve gRPC-Java when one has large payloads. You might have seen the following post by Carl of a slowdown with large payloads using gRPC-Java

Re: [grpc-io] Re: gRPC 1.0.0-pre1 release packages are now available for testing

2016-08-12 Thread Paul Grosu
Many thanks Nico and Team for the great work! Have a great weekend! `p On Friday, August 12, 2016 at 6:41:38 PM UTC-4, Nicolas Noble wrote: > > Hi everyone, > > We just released gRPC-1.0.0-pre2, fixing reported issues from our > earlier pre1 release, and also using the now-released protobuf-3

[grpc-io] Re: gRPC 1.0.0 released

2016-08-23 Thread Paul Grosu
Many thanks and Huge Congrats Nico and gRPCTeam for this! The docs also look great! Do you by any chance know when Mark will be done with adding the docs for the C Core library? Thanks, `p On Tuesday, August 23, 2016 at 12:56:27 PM UTC-4, Nicolas Noble wrote: > > Hello everyone, > > This i

Re: [grpc-io] Get google's from grpc C++

2016-08-24 Thread Paul Grosu
To add to Nico's answer, you can directly fetch the token by using https://github.com/google/oauth2l for a specific scope you are interested in, like this for the cloud platform (which the Speech API is part of ): $ ~/.local/bin/oa

Re: [grpc-io] Get google's from grpc C++

2016-08-24 Thread Paul Grosu
Of course :) You have two options: 1) Use the Google APIs Client Library for C++: https://google.github.io/google-api-cpp-client/latest/guide/oauth2.html 2) Or just use execve system call to run an external program to

[grpc-io] Re: grpc_cpp_plugin not found

2016-08-24 Thread Paul Grosu
Did you run the make step by itself before performing make install, and do you install protobuf beforehand? On Thursday, August 25, 2016 at 1:29:16 AM UTC-4, vikash2...@gmail.com wrote: > > I am facing simir issue: > > << > git clone https://github.com/grpc/grpc.git > git submodule update --init

Re: [grpc-io] Get google's from grpc C++

2016-08-25 Thread Paul Grosu
access_token = credential->access_token().as_string(); Hope it helps, ~p On Thursday, August 25, 2016 at 3:29:47 AM UTC-4, Manh Tran wrote: > > Could you show me detail using the Google APIs Client Library for C++? > > Thank you so much. > > On Thursday, August 25, 2016 at 12

Re: [grpc-io] Get google's from grpc C++

2016-08-25 Thread Paul Grosu
googleapis_1_1client_1_1OAuth2Credential.html Hope it helps, Paul On Thursday, August 25, 2016 at 10:54:35 PM UTC-4, Manh Tran wrote: > > It seem only read access_token from OAuth2Credential* credential. > Currently, I've credentials-key.json. Are there any way using > this credenti

Re: [grpc-io] Get google's from grpc C++

2016-08-26 Thread Paul Grosu
v1/metadata/x509/643974956331%40developer.gserviceaccount.com > > <https://www.googleapis.com/robot/v1/metadata/x509/643974956331%40developer.gserviceaccount.com>"* > *}* > > In my C++ program, I would like to using directly this information to get > token from google&#

Re: [grpc-io] Get google's from grpc C++

2016-08-26 Thread Paul Grosu
::CompositeChannelCredentials(ssl_channel, > call_creds);* > *//# Create channel* > *auto channel = grpc::CreateChannel("speech.googleapis.com:443 > <http://speech.googleapis.com:443>", channelComposite);* > > But I don't know how to get access token. Pleas

[grpc-io] Re: gRPC with TCP transport?

2016-08-27 Thread Paul Grosu
Hi Jack, So I believe a lot of this stuff might not yet be documented - and I think Mark Roth is working on it - so you would be relying on my memory, which I hope you don't mind :) This will be a fun team effort. So you can start a TCP server via the grpc_tcp_server_start method as defined

[grpc-io] Re: pubsub examples?

2016-08-27 Thread Paul Grosu
Hi Mark, Might the following PubSub via gRPC example be useful: https://github.com/GoogleCloudPlatform/cloud-pubsub-samples-java/tree/master/grpc Paul On Friday, August 26, 2016 at 6:13:32 AM UTC-4, Mark NS wrote: > > Hi, > > I'm looking into using gRPC for a line-of-business app with 10-100 us

Re: [grpc-io] Re: gRPC with TCP transport?

2016-08-27 Thread Paul Grosu
7;t apply here :-) > > We'll get someone from the grpc-go team to reply here. > > On Sat, Aug 27, 2016, 17:17 Paul Grosu > > wrote: > >> >> Hi Jack, >> >> So I believe a lot of this stuff might not yet be documented - and I >> think Mark Roth is

[grpc-io] Re: pubsub examples?

2016-08-31 Thread Paul Grosu
;> >> import time >> import concurrent >> >> >> import grpc >> >> import pubsub_pb2 >> >> def client(stub): >> def my_topics(): >> yield pubsub_pb2.SubscriptionRequest(topic="grpc") >> time.sleep(5) >> yiel