pulsar-dotpulsar
pulsar-dotpulsar copied to clipboard
Message Filtering
Hi Team,
In my project, I have a requirement to filter messages on the consumer side. For example, I have a topic called createorder, and I publish messages related to order creation for all customer groups to this topic. On the subscription side, I have a separate consumer for each customer group. Is there a message filtering mechanism in DotPulsar that allows each consumer to receive only the messages relevant to its corresponding customer group?
Thanks Praveen