Debezium Scripting 1.4.0.CR1
-
- 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
-
-
Constructor Summary
Constructors
| Constructor and Description |
Filter() |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Debezium Scripting 1.4.0.CR1
Copyright © 2020 JBoss by Red Hat. All rights reserved.