This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Description
Example: I'm using Kafka and routing events across different topics. I want to use event types com.myshop.order.new and com.myshop.order.cancelled and i have some filtering logic in place already for this, e.g. those events go to different Kafka topics and are transformed a certain way.
Now I also want to start routing orders depending on their region or category. I'd like to add new CE metadata extensions category and region and then use then in filters.
Solution idea (including ideas from #215): tmctl create trigger --filter "{"suffix": {"extension-category": "books"}}"