jcustenborder / kafka-connect-transform-common

Common Transforms for Kafka Connect.
Apache License 2.0
151 stars 56 forks source link

ChangeTopicCase option missing? #103

Open miramar-labs opened 1 year ago

miramar-labs commented 1 year ago

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?