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
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,