You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Guo (JIRA)" <ji...@apache.org> on 2016/11/26 09:13:58 UTC

[jira] [Created] (KAFKA-4449) Add Serializer/Deserializer for POJO

Jason Guo created KAFKA-4449:
--------------------------------

             Summary: Add Serializer/Deserializer for POJO
                 Key: KAFKA-4449
                 URL: https://issues.apache.org/jira/browse/KAFKA-4449
             Project: Kafka
          Issue Type: Improvement
          Components: clients
    Affects Versions: 0.10.0.1
            Reporter: Jason Guo
            Priority: Minor
             Fix For: 0.10.1.0


Currently, there are only build-in serializer/deserializer for basic data type. It's better to have serializer/deserializer for POJO.

If we had this, user can serialize/deserialize all of their POJO with it. Otherwise, user may need to create e pair of serializer and deserializer for each kind of POJO, just like the implementation in the stream example PageViewTypeDemo
https://github.com/apache/kafka/blob/trunk/streams/examples/src/main/java/org/apache/kafka/streams/examples/pageview/PageViewTypedDemo.java




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)