Debezium Content Based Routing

17 views
Skip to first unread message

Joseph Aliase

unread,
Sep 10, 2025, 8:12:48 PMSep 10
to debezium
Thanks in advance for the help.

I'm hitting a very odd issue with ContentBasedRouter. My expression works correctly for create and update operations but not for delete operations. All delete operations are sent to the default topic. Even if I keep the expression as simple as below, the events are forwarded to the stream-topic topic for create and update but not for delete. What am I missing?

"transforms": "route",
"transforms.route": "io.debezium.transforms.ContentBasedRouter",
"transforms.route": "jsr223.groovy",
"transforms.route.topic.expression": "'stream-topic'"


Reply all
Reply to author
Forward
0 new messages