You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Nicholas Telford (Jira)" <ji...@apache.org> on 2022/07/26 15:31:00 UTC

[jira] [Updated] (KAFKA-14110) Streaming recursion in Kafka Streams

     [ https://issues.apache.org/jira/browse/KAFKA-14110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicholas Telford updated KAFKA-14110:
-------------------------------------
    Description: Some use-cases require {_}streaming recursion{_}, which involves piping the output of a pipeline back to the input of the same pipeline. An example of this is graph/tree-traversal, where it can be useful to recursively traverse up a tree as new leaf nodes arrive.

> Streaming recursion in Kafka Streams
> ------------------------------------
>
>                 Key: KAFKA-14110
>                 URL: https://issues.apache.org/jira/browse/KAFKA-14110
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>            Reporter: Nicholas Telford
>            Priority: Major
>
> Some use-cases require {_}streaming recursion{_}, which involves piping the output of a pipeline back to the input of the same pipeline. An example of this is graph/tree-traversal, where it can be useful to recursively traverse up a tree as new leaf nodes arrive.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)