Re: Hello Samza repository + Data Masking

2015-12-23 Thread Jakob Homan
The big hurdle here is that Hello Samza (HS) should always be ready to go and work right out of the box, whereas a fresh checkout of trunk may (though hopefully doesn't) have issues. This is why HS by default points to the last stable Samza release (and has to be re-branched to track master on

Re: Hello Samza repository + Data Masking

2015-12-23 Thread Navina Ramesh
Hi Steve, I think when I started contributing to Samza, I had a similar idea about bringing the samples under the main repository. Also, to add more examples illustrating the various features that Samza supports. I don't see any issue in doing this, except that it will make our repository more

Re: Hello Samza repository + Data Masking

2015-12-23 Thread Jacob Maes
I agree with Jakob. I'll add that for some users it is useful to see the gradle/maven configuration of the samza dependency in an external project, which will most closely reflect how they have to configure their own project. That way they can just copy the snippet without any additional knowledge

Hello Samza repository + Data Masking

2015-12-22 Thread samza
Hi Samza Devs, I think it would be a good idea to have just the one repo for Samza + Hello Samza . I haven't been on this mailing list for some time so there may be a good reason why their seperate. From a newbie point of view it's nice to check out code and have a folder full of showcase