FAQ
Last updated
Was this helpful?
RBAC (Role based access control)
See this example.
See this example.
Planned, see #478
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 here.
Last updated
Was this helpful?
Was this helpful?
server:
ssl:
trust-store: classpath:keycloak-truststore.jks
trust-store-password: changeit