Re: Question about Stream-Stream join

2016-02-23 Thread Yi Pan
Hi, Chad, The following code will let you find the stream name: {code} envelope.getSystemStreamPartition().getSystemStream().getStream(); {code} Thanks! -Yi On Tue, Feb 23, 2016 at 8:14 AM, Chad Scribner wrote: > Hi All, > > First time emailing the list. I just had a question about doing a >

Question about Stream-Stream join

2016-02-23 Thread Chad Scribner
Hi All, First time emailing the list. I just had a question about doing a Stream-Stream join in Samza. What I'm attempting to do is have a Load stream which contains events of when an object was loaded and an Action stream which contains events that are taken on the objects in the Load stream