Route a single record to multiple output topics based on custom logic.
source_abcd1234.public.orders
,source_abcd1234\.public\.order.*
.enriched.orders
.JSON
, AVRO
, STRING
, BYTES
) of the input data. The default (Any
) will try determine the format automatically.JSON
, AVRO
, STRING
, BYTES
) of the output data. The default (Any
) will try determine the format automatically..*
ignores the first part (usually the Connector’s ID), so you can focus your pattern on matching the schema (middle) and table (last) parts..js
scripts to edit them.topicTransform.js
script to edit it.0
to process from the latest data, or, leave it blank/empty to process from the earliest data.