GitHub user dbtucker opened a pull request: https://github.com/apache/kafka/pull/2880
New transform: ExtractFields Needed a transform that properly handled extracting fields from multiple different levels in s nested records. You can merge this pull request into a Git repository by running: $ git pull https://github.com/confluentinc/kafka extract-fields-transform Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2880.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 #2880 ---- commit 2e789591af21dd03260e5852454f87132726106d Author: David Tucker <dbtuc...@cal.berkeley.edu> Date: 2017-04-20T23:38:16Z Added enhanced ExtractFields class that handles flattening of nested structures for more complex transformations. ---- --- 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. ---