You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Matthias J. Sax (Jira)" <ji...@apache.org> on 2019/11/28 23:24:00 UTC

[jira] [Created] (KAFKA-9248) Foreign key join does not pickup default serdes and dies with NPE

Matthias J. Sax created KAFKA-9248:
--------------------------------------

             Summary: Foreign key join does not pickup default serdes and dies with NPE
                 Key: KAFKA-9248
                 URL: https://issues.apache.org/jira/browse/KAFKA-9248
             Project: Kafka
          Issue Type: Bug
          Components: streams
    Affects Versions: 2.4.0
            Reporter: Matthias J. Sax


The foreign key join operator only works if `Serdes` are passed in by the user via corresponding API methods.

If one tries to fall back to default Serdes from `StreamsConfig` the operator does not pick up those Serdes but dies with a NPE.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)