Re: [go-nuts] golang gRPC question

2018-09-12 Thread Robert Engels
The streaming mechanism seems to be the solution. Appears to be how cockroachdb does it. Sent from my iPhone > On Sep 12, 2018, at 2:47 PM, Josh Humphries wrote: > > >> On Wed, Sep 12, 2018 at 9:05 AM robert engels wrote: >> Hi, I am adding a remote component to my github.com/robaho/keydb

Re: [go-nuts] golang gRPC question

2018-09-12 Thread Josh Humphries
On Wed, Sep 12, 2018 at 9:05 AM robert engels wrote: > Hi, I am adding a remote component to my github.com/robaho/keydb project > and decided to use gRPC. > > I’ve reviewed the docs, and it appears to want to be stateless - which > given the nature of Google makes sense. > > But for something

[go-nuts] golang gRPC question

2018-09-12 Thread robert engels
Hi, I am adding a remote component to my github.com/robaho/keydb project and decided to use gRPC. I’ve reviewed the docs, and it appears to want to be stateless - which given the nature of Google makes sense. But for something like a database connection, where