Re: [grpc-io] Python Stream

2017-07-19 Thread 'Nathaniel Manista' via grpc.io
On Tue, Jul 18, 2017 at 9:26 AM, eaksea87 wrote: > I am designing a subscription API through gRPC in which: > >- Request is stream of subscription filters, updated as client sees fit >- Response is stream of messages matching subscription filters > > The goal is to have a single thread re

[grpc-io] Python Stream

2017-07-18 Thread eaksea87
I am designing a subscription API through gRPC in which: - Request is stream of subscription filters, updated as client sees fit - Response is stream of messages matching subscription filters The goal is to have a single thread responsible for polling the subscriptions for updated filters,