kafka-connect-transform-common
kafka-connect-transform-common copied to clipboard
ChangeTopicCase option missing?
Was wondering why there is no `UPPER_HYPHEN' option ? I want to make sure all my topics are lower case so I'm doing: UPPER_UNDERSCORE -> LOWER_UNDERSCORE UPPER_CAMEL -> LOWER_CAMEL
but what if my topic has some upper case with hyphens?