| 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.
|
| Enum | Description |
|---|---|
| ScriptingTransformation.NullHandling |
Copyright © 2020 JBoss by Red Hat. All rights reserved.