Re: Join two kafka topics to do CEP

2017-04-28 Thread tarek26
Hi Gordon, Thank you for your help, maybe i have not explained well. I have two kafka topics (tracking and rules) and I would like to join "tracking" datastream with "rules" datastream as the data arrives in the "tracking" datastream. Here the result that I expect, but without restarting the

Join two kafka topics to do CEP

2017-04-27 Thread tarek26
I want to do join between two kafka topics (Data, Rules) in one Datastream. In fact the two datastream must have the same id to make the join. Event are the data coming from the sensors Rules contains the rules that we will check with CEP Here is my test but it does not work as data arrives i