Re: Connected Streams - Controlling Order of arrival on the two streams

2016-08-10 Thread Aljoscha Krettek
Hi, I'm afraid you guessed correctly that it is not possible to ensure that rules arrive before events. I think the way you solved it (with buffering) is the correct way to go about this. Cheers, Aljoscha On Wed, 10 Aug 2016 at 01:31 Sameer W wrote: > Hi, > > I am using connected streams to sen

Connected Streams - Controlling Order of arrival on the two streams

2016-08-09 Thread Sameer W
Hi, I am using connected streams to send rules coded as JavaScript functions on one stream and event data on another stream. They are both keyed by the device id. The rules are cached in the co-map operation until another rule arrives to override existing rule. Is there a way to ensure that the r