Class Filter<R extends org.apache.kafka.connect.connector.ConnectRecord<R>>

Type Parameters:
R - the subtype of ConnectRecord on which this transformation will operate
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.kafka.common.Configurable, org.apache.kafka.connect.transforms.Transformation<R>

@Incubating public class Filter<R extends org.apache.kafka.connect.connector.ConnectRecord<R>> extends ScriptingTransformation<R>
This SMT should allow user to filter out records depending on an expression and language configured.
Author:
Jiri Pechanec
  • Field Details

    • EXPRESSION

      public static final Field EXPRESSION
  • Constructor Details

    • Filter

      public Filter()
  • Method Details