# Functions
AnyFilterMatches returns true if any of the provided filters matches the event.
No description provided by the author
No description provided by the author
RelevantFieldSelection returns a map of key-value pairs containing the relevant fields from the event.
WithFilters sets the filters to be applied to the events before processing.
WithLogger sets the logger to be used by the processor.
WithSelectors sets the selectors used to customize the final event payload.
WriteTo sets the buffer where the processor writes processed events as ready to be sent kafka.Message.
# Constants
No description provided by the author
# Structs
Filter is used to filter events based on their attributes.
PayloadCustomizer is used to customize the final event payload by selecting specific fields from the event and storing them under a specific key in the payload struct.
No description provided by the author
Selector is used to select a specific field from the event.
# Type aliases
No description provided by the author
No description provided by the author