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 2017/05/17 21:38:04 UTC

[jira] [Created] (KAFKA-5267) Simplify KStreamPrint using RichFunctions

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

             Summary: Simplify KStreamPrint using RichFunctions
                 Key: KAFKA-5267
                 URL: https://issues.apache.org/jira/browse/KAFKA-5267
             Project: Kafka
          Issue Type: Improvement
          Components: streams
            Reporter: Matthias J. Sax
            Priority: Minor


Currently, we have an own processor {{KStreamPrint}} in order to initialize Serdes. If we get support for {{RichFunctions}} as proposed in KAFKA-4125 we can remove {{KStreamPrint}} and implement {{PrintForeachAction}} as a rich function to do the Serde initialization.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)