Uses of Class
io.debezium.transforms.ScriptingTransformation
Packages that use ScriptingTransformation
-
Uses of ScriptingTransformation in io.debezium.transforms
Subclasses of ScriptingTransformation in io.debezium.transformsModifier and TypeClassDescriptionclassContentBasedRouter<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.classFilter<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.