kafka-connect-transform-common
kafka-connect-transform-common copied to clipboard
Common Transforms for Kafka Connect.
Hello Team, wanted to use "com.github.jcustenborder.kafka.connect.transform.common.CharsetConverter" but looks like its removed from new version. any idea how are can use this now?
- Support the newest Kafka versions (abstract requirement) - Support schemless transformation for MAP values
Hello, I spent a last few days running a docker compose file for installing this plugin along with confluent tools. However, got to know later that the plugin is not...
The transformer fails with NullPointerException when "src.field.name" is the same as "dest.field.name" and the field has null value. I believe this does not happens when src and dest field names...
You unable to use ExtractTimestamp for keys. This patch should fix that.