improving hello-samza / testing

2015-06-16 Thread Tim Williams
I'm learning samza by the hello-samza project and notice the lack of tests. Where's a good place to learn how folks are properly testing things written with samza? Thanks, --tim

Re: improving hello-samza / testing

2015-06-17 Thread Tim Williams
; Another way to test would be to start a full-blown container using > ThreadJobFactory/ProcessJobFactory, but use a MockSystemFactory to mock out > the system consumer/system producer. > > Has anyone else tested Samza in other ways? > > Cheers, > Chris > > On Tue, Jun 16, 2015 at

Re: Thoughts and obesrvations on Samza

2015-07-09 Thread Tim Williams
Some thoughts from the peanut gallery... On Thu, Jul 9, 2015 at 5:14 PM, Martin Kleppmann wrote: > Thanks Julian for calling out the principle of community over code, which is > super important. If it was just a matter of code, the Kafka project could > simply pull in the Samza code (or write a

Re: Thoughts and obesrvations on Samza

2015-07-12 Thread Tim Williams
On Sun, Jul 12, 2015 at 8:54 PM, Chris Riccomini wrote: > Hey all, > > I want to start by saying that I'm absolutely thrilled to be a part of this > community. The amount of level-headed, thoughtful, educated discussion > that's gone on over the past ~10 days is overwhelming. Wonderful. > > It see

copycat status

2015-07-13 Thread Tim Williams
Howdy devs, Does code exist somewhere for KIP-26? I thought it was just a proposal, but the talk around here seems like there might actually be real code somewhere? I'm interested in having a "sink" to Apache Blur and a kite-dataset and it seems that this new copycat would be a promising approach

Re: getting started

2015-07-14 Thread Tim Williams
On Tue, Jul 14, 2015 at 3:20 PM, Woessner, Leo wrote: > Hello all, > > I work for Pearson and am want to test using Samza. I want to read from > Kafka and write to Casandra. Is there a sample project that will help me > get started. Hello Samza is a start but that runs in a bootstraped > enviro

Re: copycat status

2015-07-15 Thread Tim Williams
On Wed, Jul 15, 2015 at 12:21 AM, Ewen Cheslack-Postava wrote: > Hey Tim, > > I have an initial patch that is waiting on one patch for the new consumer > that is about to be committed and then just needs minor cleanup to > integrate with Kafka's build. Great news Ewen, I was getting the sense tha

sending messages inside init

2015-07-16 Thread Tim Williams
I was looking to just use kakfa to coordinate configurations that affect other running tasks - basically listen to an "_conf" topic as a high-priority topic. I'd need to send the new configs as a task launches inside of InitableTask.init() and I don't see a built in way and causes me to wonder if

Re: Samza @ ApacheCon BigData 2015

2015-10-01 Thread Tim Williams
On Thu, Oct 1, 2015 at 12:15 PM, Renato Marroquín Mogrovejo wrote: > Hey Samza lovers, > > I am sorry I haven't been updating you guys on my progress but we have been > communicating with Yan Fang (my GSoC mentor) regularly during GSoC and > after it as well. > So GSoC is over, I have accomplished

Re: Samza @ ApacheCon BigData 2015

2015-10-01 Thread Tim Williams
On Thu, Oct 1, 2015 at 12:51 PM, Tim Williams wrote: > On Thu, Oct 1, 2015 at 12:15 PM, Renato Marroquín Mogrovejo > wrote: >> Hey Samza lovers, >> >> I am sorry I haven't been updating you guys on my progress but we have been >> communicating with Yan Fang (my