Hi guys,
Quick question.
I understood that blacklisting for event handlers works on a type of event basis…
If let’s say, I have a generic event, will Metadata be considered?
For example I have event type A with different Metadata and events of type A with some metadata B are only interesting for service SB where as events of type A with metadata C are only interesting for service SC. So events A/B should only flow to SB and events S/C should only flow to SC.
Thanks a lot
Markus