You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the desired outcome from the user's perspective
As an appdev, I want to configure zilla to filter kafka messages by one or more fields in the structured message value.
Acceptance criteria
http-kafka can filter by kafka message structured value field
sse-kafka can filter by kafka message structured value field
Additional context
One approach is to enhance kafkacache_server to promote fields of structured messages with model to virtual message headers, so they are indexed in the same way as actual message headers.
The text was updated successfully, but these errors were encountered:
Describe the desired outcome from the user's perspective
As an appdev, I want to configure zilla to filter kafka messages by one or more fields in the structured message value.
Acceptance criteria
http-kafka
can filter by kafka message structured value fieldsse-kafka
can filter by kafka message structured value fieldAdditional context
One approach is to enhance
kafka
cache_server
to promote fields of structured messages withmodel
to virtual message headers, so they are indexed in the same way as actual message headers.The text was updated successfully, but these errors were encountered: