Skip to content

patrik-marton/TopicTransformer

Repository files navigation

TopicTransformer

Single Message Transforms (SMT) implementation for routing messages

Build

 mvn clean install

Usage

Compile this JAR and put it into a path specified in plugin.path on each node running Kafka Connect, then restart the workers.

Add the following to the connector configuration:

    "transforms": "outbox",
    "transforms.outbox.type": "com.cloudera.kafka.connect.debezium.transformer.CustomDebeziumTopicTransformer",

About

SMT for Debezium CDC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages