You don't have to use Single Message Transform (which is what these are) at
all if you don't want to.
However, they do serve a useful purpose where you want to modify data as it
passes through Kafka Connect.
Ref:
-
https://www.confluent.io/blog/simplest-useful-kafka-connect-data-pipeline-world-the
Hi Guys,
i am having a question.
"transforms":"createKey,extractInt",
"transforms.createKey.type":"org.apache.kafka.connect.transforms.ValueToKey",
"transforms.createKey.fields":"id",
"transforms.extractInt.type":"org.apache.kafka.connect.transforms.ExtractField$Key",
"transforms.extractInt.