🎄 Twelve Days of SMT 🎄 - Day 10: ReplaceField
The ReplaceField
Single Message Transform has three modes of operation on fields of data passing through Kafka Connect:
-
Include only the fields specified in the list (
whitelist
) -
Include all fields except the ones specified (
blacklist
) -
Rename field(s) (
renames
)