You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Damian Guy (JIRA)" <ji...@apache.org> on 2016/04/27 09:05:12 UTC

[jira] [Created] (KAFKA-3629) KStreamImpl.to(...) throws NPE when the value SerDe is null

Damian Guy created KAFKA-3629:
---------------------------------

             Summary: KStreamImpl.to(...) throws NPE when the value SerDe is null
                 Key: KAFKA-3629
                 URL: https://issues.apache.org/jira/browse/KAFKA-3629
             Project: Kafka
          Issue Type: Bug
          Components: streams
    Affects Versions: 0.10.0.0
            Reporter: Damian Guy
            Assignee: Guozhang Wang
             Fix For: 0.10.0.0


On line 301 of KStreamImpl the null check is against the keySerde rather than the valSerde. This results in an NPE if the valSerde is null 



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