Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-1256

Use Kryo for user code object serialization

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Reopened
    • Not a Priority
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      Currently, Flink uses java serialization for user code objects (UDFs). This limits the set of supported types which can be caught in the closure or are contained as members in the user code object. Maybe we can add Kryo as a second serialization mechanism which is used if the Java serialization fails. That way we would support more complex user code objects which finally improves the user experience.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              trohrmann Till Rohrmann
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: