Filters

Reduce stream processing overhead by filtering irrelevant events

Overview

Filters are the foundational component to manage incoming events.

This is a technique that removes irrelevant or sensitive data from a stream by evaluating each element with pre-set conditions. Filters aim to improve processing efficiency, especially when only a subset of the data is needed for your use case.

These filters allow you a variety of options such as filtering event based using a configurable criteria or a custom expression.

Use cases

  1. Managing customer opt-outs.

  2. Addressing missing data elements.

  3. Handling PII data.

  4. Handling out-of-range values.

Available options

Last updated