kafka-connect-transform-common
kafka-connect-transform-common copied to clipboard
Skip over nulls in PatternMapString
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 are different.
This problem occurs also when destination field is different. Applied fix for this case as well along with the tests for both cases.