In Kong Event Gateway, you can use a policy’s condition field to determine whether a certain policy should be executed.
For example, you can create a condition that selects all topics that end with the suffix my_suffix:
"condition": "context.topic.name.endsWith('my_suffix')"
Copied!
Conditions must be between 1 and 1000 characters long.