EventSource filter input #2524
Unanswered
erikperkins
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From the docs, it's not really clear what the
expression
key has access to. In the example,body.name
obviously refers to the structure of a Kafka message, but what about the JSON payload of a generic webhook? It could be something likeresponse.json.key
orapple.banana.key.subkey.subsubkey
, etc. It would be better to not have to guess. Is there a way to determine what variables can be referenced in a filter expression for a givenEventSource
?Beta Was this translation helpful? Give feedback.
All reactions