Package io.debezium.transforms


package io.debezium.transforms
  • Class
    Description
    ContentBasedRouter<R extends org.apache.kafka.connect.connector.ConnectRecord<R>>
    This SMT allows to route records to specific topics depending on their content, an expression and language configured.
    Filter<R extends org.apache.kafka.connect.connector.ConnectRecord<R>>
    This SMT should allow user to filter out records depending on an expression and language configured.
    ScriptingTransformation<R extends org.apache.kafka.connect.connector.ConnectRecord<R>>
    This is a base class for any SMT using scripting languages.