kafka-connect-transform-common
kafka-connect-transform-common copied to clipboard
fix: implement processMap with recursion on ChangeCase
Currently, ChangeCase
could not handle Map type input record without schema. So, expands the coverage of this SMT.
Hi @okayhooni! Thanks for submitting this. Can you add a unit test for the new functionality.
@jcustenborder Sure! I added a simple test case for processMap
of ChangeCase
:)