Details
-
Question
-
Resolution: Gone away
-
Major - P3
-
None
-
None
-
None
-
None
Description
Hi Team,
I am trying to add a custom header using following config but as mentioned that property not belong to managed connector.
Please can you suggest how can we add a custom header.
"transforms":"moveValueFieldsToHeader",
"transforms.moveValueFieldsToHeader.type":"org.apache.kafka.connect.transforms.HeaderFrom$Value",
"transforms.moveValueFieldsToHeader.fields":"correlationId",
"transforms.moveValueFieldsToHeader.headers":"x-correlationId-id",
"transforms.moveValueFieldsToHeader.operation":"move",