GitHub user bruce-szalwinski opened a pull request: https://github.com/apache/kafka/pull/2720
KAFKA-4929: Transformation Key/Value type references should be to class name(), not canonicalName() You can merge this pull request into a Git repository by running: $ git pull https://github.com/CDKGlobal/kafka transforms Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2720.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2720 ---- commit eba0af7a2de00c024095591482f439baa7de9bfd Author: Bruce Szalwinski <bruce.szalwin...@cdk.com> Date: 2017-03-21T21:28:16Z Key / Value transformations are static nested classes and so are referenced using OuterClass$Key and OuterClass$Value. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---