Guides
Debezium Topic Reroute SMT
In this tutorial, we will go over how to set up Debezium Topic Routing SMTs and how this works with Transfer.
Available
After artielabs/transfer:2.0.3
+
Why is this useful?
By default, Debezium will map 1 topic to 1 table. There are 2 common scenarios where you’d want this to be different.
- A partitioned database. You might want all the messages to show up on the same topic as opposed to one topic per partition.
- You don’t want to manually create topics. If you are using the pub/sub setting, Debezium does not automatically create topics. This means you will need to manually do so. This can be onerous as you will need to manually create a new topic per table.
Debezium application.properties
Transfer config.yaml
Was this page helpful?