Hello.
Is there any way to filter an specific key (like id by value 3) for a topic in persistence service, so it ignore samples of a topic with that key. I want persistence service to not receive and not store that samples.
Hello.
Is there any way to filter an specific key (like id by value 3) for a topic in persistence service, so it ignore samples of a topic with that key. I want persistence service to not receive and not store that samples.
Hi, all!
I've havent found an explicit answer to this:
If I create N publishers on one topic, each publisher publishing data for one particular topic key (so we have N topic instances), and then one subscriber to the topic that wants to get only data for one particular key. Is the data already filtered (by key) on the publisher side or the subscriber gets all the data (and filters locally)?
Thank you,
Matej