Dataflow: Look up a previous event in an event stream
问题 Resuming what I'm looking for to do with Apache Beam in Google Dataflow is something like LAG in the Azure Stream Analytics Using a window of X minutes where I'm receiving data: |||||| |||||| |||||| |||||| |||||| |||||| | 1 | | 2 | | 3 | | 4 | | 5 | | 6 | |id=x| |id=x| |id=x| |id=x| |id=x| |id=x| |||||| ,|||||| ,|||||| ,|||||| ,|||||| ,|||||| , ... I need to compare the data(n) with data(n-1), for example, following with the previous example, it will be something like this: if data(6) inside