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.
Yes, you can. Please see the Users Manual about configuring content-filters for Persistence Service.
https://community.rti.com/static/documentation/connext-dds/current/doc/manuals/connext_dds_professional/users_manual/users_manual/Creating_Persistence_Groups.htm#persistenceconfiguration_469096686_295724
I will read it, thank you for your responsiblity.