Skip to content

Commit

Permalink
Update readme for transforms (#158)
Browse files Browse the repository at this point in the history
(cherry picked from commit 92e4d984fe41c20faf68b1c36e6fd20759e0a19f)
  • Loading branch information
bryanck authored and ismailsimsek committed Jan 15, 2025
1 parent 245c9c4 commit cb72c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kafka-connect-transforms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ _(Experimental)_

The `DmsTransform` SMT transforms an AWS DMS formatted message for use by the sink's CDC feature.
It will promote the `data` element fields to top level and add the following metadata fields:
`_cdc_op`, `_cdc_ts`, and `_cdc_table`.
`_cdc.op`, `_cdc.ts`, and `_cdc.source`.

## Configuration

Expand All @@ -40,7 +40,7 @@ _(Experimental)_

The `DebeziumTransform` SMT transforms a Debezium formatted message for use by the sink's CDC feature.
It will promote the `before` or `after` element fields to top level and add the following metadata fields:
`_cdc_op`, `_cdc_ts`, `_cdc_table`, `_cdc_key`, and `_cdc_target`.
`_cdc.op`, `_cdc.ts`, `_cdc.offset`, `_cdc.source`, `_cdc.target`, and `_cdc.key`.

## Configuration

Expand Down

0 comments on commit cb72c08

Please sign in to comment.