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.field":"id"

what is the need of these configuration in JdbcSourceConnector?
And without these can we use SourceConnector?

Reply via email to