GitHub user rmetzger opened a pull request: https://github.com/apache/flink/pull/323
[FLINK-1391] Add support for using Avro-POJOs and Avro types with Kryo With this change, users can use POJOs generated from Avro Schemas with Flink. Either the entire POJO as a GenericType or with the POJO serializer. I also added support for using `GenericData.Record`, which is a container that checks the types using a schema. Its extremely inefficient to use that. I guess the only realistic usecase for that is local prototyping. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rmetzger/flink flink1391-rebased Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/323.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 #323 ---- commit 0e003c3c08537f03698ca122b4096d9512bfcad6 Author: Robert Metzger <metzg...@web.de> Date: 2015-01-12T20:11:09Z [FLINK-1391] Add support for using Avro-POJOs and Avro types with Kryo ---- --- 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. ---