Hi everyone!
I've been struggling with an implementation problem in the last days, which I am almost sure caused by my misunderstanding of Flink. The purpose: consume multiple streams, update a score list (with meta data e.g. user_id) for each update coming from any of the streams. The new output list will also need to be used by another pattern.
Business case (human translation workflow):
Overall, my desire is to make everything a stream and let the data and decisions constantly react to stream updates. I am very confused at this point. Tried using keyed and operator states, but they seem to be keeping their state only for their own items. Considering to do Batch instead after all the struggle. Any ideas? I can even get on a call. --- Oytun Tez M O T A W O R D The World's Fastest Human Translation Platform. |
You may want to union the 3 streams prior to the process function if they are independently processed.
Michael
|
Restructuring with your tip now, Michael, thank you! --- Oytun Tez M O T A W O R D The World's Fastest Human Translation Platform. On Fri, Feb 22, 2019 at 11:23 AM Michael Latta <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |