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
>
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