Skip to content

Commit

Permalink
MOSIP-27967 trying to fix autoupdate issue (#78)
Browse files Browse the repository at this point in the history
Signed-off-by: Mayura Deshmukh <[email protected]>
  • Loading branch information
mayuradesh authored Oct 18, 2023
1 parent 5251120 commit 7bf1146
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ curl \

"behavior.on.null.values": "DELETE",

"transforms": "ext1,ext2,tsconvert01,stringtojson01,tsSelect",
"transforms": "debezExtract,ext1,ext2,tsconvert01,stringtojson01,tsSelect",

"transforms.debezExtract.type": "io.debezium.transforms.ExtractNewRecordState",
"transforms.debezExtract.delete.handling.mode": "drop",
"transforms.debezExtract.drop.tombstones": "false",
"transforms.debezExtract.add.fields": "source.ts_ms:ts_ms,table,lsn",
"transforms.debezExtract.add.fields.prefix": "source_",

"transforms.ext1.type": "org.apache.kafka.connect.transforms.ExtractField$Value",
"transforms.ext1.field": "payload",
Expand Down

0 comments on commit 7bf1146

Please sign in to comment.