I work on the gRPC Java implementation, but I actually use the Go version (server and client). It has been very easy to get started and deploy. I would recommend the Go version since you can forget about almost all threading issues in your server handler.
On Thursday, February 7, 2019 at 9:25:59 AM UTC-8, robert engels wrote: > > Might be a better question, is it silly to start any python service in > 2019, given the alternatives available like Go. :) > > > On Feb 7, 2019, at 10:39 AM, Ross Vandegrift <[email protected] > <javascript:>> wrote: > > > > On Wed, 2019-02-06 at 09:37 -0800, 'Carl Mastrangelo' via grpc.io > wrote: > >> There was some work on binary logs to dump the traffic to disk (for > replay), > >> but It wasn't anything like access logs. I assume you mean something > like > >> Apache's log per request. > > > > Yes, that's what I'm thinking. Mostly just to provide simple > troubleshooting > > info for developers. I might write one, thanks for the list of > potential > > pitfalls. > > > > Side concern: it seems like most of the grpc ecosystem is built around > golang. > > Is it silly to start a new grpc python service in 2019? > > > > Thanks for the feedback, > > Ross > > > > -- > > You received this message because you are subscribed to the Google > Groups "grpc.io" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] <javascript:>. > > To post to this group, send email to [email protected] > <javascript:>. > > Visit this group at https://groups.google.com/group/grpc-io. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/grpc-io/a5b37cab4e8da160ab3b7665e57578426c354e1b.camel%40cleardata.com. > > > > For more options, visit https://groups.google.com/d/optout. > > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/f1ee45d3-02e6-4ac1-b6a0-49e5d42071e1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
