[
https://issues.apache.org/jira/browse/STORM-2258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16063568#comment-16063568
]
Kamal commented on STORM-2258:
------------------------------
I am considering to work on this task.Could you please elaborate requirement a
bit more.
Do we need to add a new method (say groupByKey) in Stream class which groups
values for the same key.
> Streams api - support CoGroupByKey
> ----------------------------------
>
> Key: STORM-2258
> URL: https://issues.apache.org/jira/browse/STORM-2258
> Project: Apache Storm
> Issue Type: Sub-task
> Reporter: Arun Mahadevan
>
> Group together values with same key from both streams. Similar constructs are
> supported in beam, spark and flink.
> When called on a Stream of (K, V) and (K, W) pairs, return a new Stream of
> (K, Seq[V], Seq[W]) tuples
> See also - https://cloud.google.com/dataflow/model/group-by-key
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)