jcustenborder / kafka-connect-transform-common

Common Transforms for Kafka Connect.
Apache License 2.0
154 stars 59 forks source link

Compatibility of HeaderToField config and kafka-connect versions. #84

Open vivian-nakano opened 2 years ago

vivian-nakano commented 2 years ago

Hi, everyone.

I'm using Kafka topics to send messages in avro schema format through S3 Sink connectors. Possibly I will use the HeaderToField$Value config in the connectors. Do you know if there are any incompatibility between kafka-connect-transform-common and kafka-connect versions?

Thanks for this huge contribution to Kafka community! 👋