Roman created STORM-3818:
----------------------------

             Summary: Joining more than 2 streams in Stream API
                 Key: STORM-3818
                 URL: https://issues.apache.org/jira/browse/STORM-3818
             Project: Apache Storm
          Issue Type: Bug
          Components: storm-client
    Affects Versions: 2.2.0
            Reporter: Roman


Joining two streams in storms Stream API works fine as described in the docs 
with the scheme: {{streamB.join(streamA.window(...))}}

{{{}{}}}However, when joining the result with a third join, a `punctuation 
error` is thrown.

So there is a way missing of joining {_}three streams{_}? I think, that one 
window configuration is enough. So the pseudocode would look like: 
{{{}streamC.join(streamB.join(streamA.window(...))){}}}. However, this raises a 
punctuation error.

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to