Kafka Connect EventRouter (Debezium) SMT Usage Reference for Confluent Platform
The EventRouter SMT (io.debezium.transforms.outbox.EventRouter) routes Debezium outbox events to the appropriate Apache Kafka® topic using a regex configuration option. Use this SMT to implement the outbox pattern with Debezium Change Data Capture connectors.
For complete details, see the official Debezium Outbox Event Router SMT documentation. For other topic-routing SMTs, refer to Kafka Connect Single Message Transform Reference for Confluent Platform.
Predicates
Configure transformations with predicates to ensure they only process records satisfying a particular condition. You can also use predicates in a transformation chain along with the Kafka Connect Filter (Kafka) SMT Usage Reference for Confluent Platform to conditionally filter specific records. For more information, refer to Predicates.