Re: Aggregation operations and Joins not working as I would expect.

2017-06-23 Thread Daniel Del Castillo Perez
esses later, >you will get the result you expect. > >see: >https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Streams+Join+Seman >tics > > > >-Matthias > > >On 6/22/17 10:26 AM, Daniel Del Castillo Perez wrote: >> Hi all, >> >> I¹m pl

Aggregation operations and Joins not working as I would expect.

2017-06-22 Thread Daniel Del Castillo Perez
Hi all, I’m playing with Kafka Streams 0.10.2.1 and I’m having some issues here which I hope you can help me to clarify/understand. In a hypothetical scenario, I have 2 source streams – clicks and orders – which I’m trying to join to match determine from which page the purchase has been made.