Hey everybody, I’ve created the following and would love some feedback. One place where this could be of use would be to say hashing the key used as an identifier for inserting into elasticsearch (which has a size limit) or obfuscating sensitive values like say passwords or ssn.
https://cwiki.apache.org/confluence/display/KAFKA/KIP-665%3A+Kafka+Connect+Hash+SMT The current pr with the proposed changes https://github.com/apache/kafka/pull/9057 and the original 3rd party contribution which initiated this change https://github.com/aiven/aiven-kafka-connect-transforms/issues/9#issuecomment-662378057. I'm interested in any suggestions for ways to improve this as I think it would make a nice addition to the existing SMTs provided by Kafka Connect out of the box. Thanks, Brandon