Re: Python and subscribing to topic based on key

2020-01-02 Thread Boyang Chen
Hey George, there is no support for server side filtering based on key at the moment, as it may significantly impact broker side performance. On Thu, Jan 2, 2020 at 12:26 PM George wrote: > Hi all > > is it possible to subscribe to a topic based on a specified key... without > specifying the ho

Python and subscribing to topic based on key

2020-01-02 Thread George
Hi all is it possible to subscribe to a topic based on a specified key... without specifying the hosting partition. I know I can simply subscribe to the topic and filter the data as received looking for relevant key, but I'd prefer to have this filter done on the broker, reducing the consumer wor