kafka-connect-transform-common icon indicating copy to clipboard operation
kafka-connect-transform-common copied to clipboard

Common Transforms for Kafka Connect.

Results 47 kafka-connect-transform-common issues
Sort by recently updated
recently updated
newest added

It would be cool to have a transformation that handles compression and decompression.

enhancement

It's incredibly hard to navigate the README. This makes it slightly less painless and lets new users landing at the project see all the available transforms.

Currently, `ChangeCase` could not handle Map type input record without schema. So, expands the coverage of this SMT.

Hi @jcustenborder, Maybe you saw If you are using HeaderToField as transforms and your data struct is Map, the plugin is throwing error like "MAP is unsupported ..." I implemented...

I'm using with changeCase type: `com.github.jcustenborder.kafka.connect.transform.common.ChangeCase$Key` from Kafka Confluent to convert data key from upper case to lowercase. After a while of running, the connector threw exception java.lang.UnsupportedOperationException: STRING is...

Recently I have use this repo to transform some common nested column to normal column but if the nested column is so deep inside (normal is 3 layers) then it...