Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-2590 KIP-28: Kafka Streams Checklist
  3. KAFKA-3153

Serializer/Deserializer Registration and Type inference

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 0.10.0.0
    • 0.10.0.0
    • streams
    • None

    Description

      This changes the way serializer/deserializer are selected by the framework.
      The new scheme requires the app dev to register serializers/deserializers for types using API. The framework infers the type of data from topology and uses appropriate serializer/deserializer. This is best effort. Type inference is not always possible due to Java's type erasure. If a type cannot be determined, a user code can supply more information.

      Attachments

        Activity

          People

            yasuhiro.matsuda Yasuhiro Matsuda
            yasuhiro.matsuda Yasuhiro Matsuda
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: