FAQ
Last updated
Was this helpful?
Last updated
Was this helpful?
RBAC (Role based access control)
See example.
See example.
Planned, see
We use CEL syntax for smart message filtersVariables bound to the context:
key (json if possible)
value (json if possible)
keyAsText
valueAsText
header
partition
timestampMs
JSON parsing logic:Key and Value (if parsing to JSON is available) are bound as JSON objects, otherwise as nulls.Filter examples:
has(record.keyAsText) && record.keyAsText.matches(".*[Gg]roovy.*")
- regex for key as a string
has(record.key.name.first) && record.key.name.first == 'user1'
- in case if the value is json
record.headers.size() == 1 && !has(record.headers.k1) && record.headers['k2'] == 'v2'
Sure! Swagger declaration is located .