Re: copycat status

2015-07-14 Thread Ewen Cheslack-Postava
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. There are other things that will still need cleanup (e.g., I prototyped using Confluent's serializers + schema registr

Re: Review Request 32052: SAMZA-592

2015-03-13 Thread Ewen Cheslack-Postava
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32052/#review76444 --- Ship it! Ship It! - Ewen Cheslack-Postava On March 13, 2015, 9

Re: Review Request 32052: SAMZA-592

2015-03-13 Thread Ewen Cheslack-Postava
wise we'll refresh that topic's metadata unnecessarily? Might make sense to also provide KafkaUtil.isBadErrorCode(code: Short) that takes care of this and use that instead of ever using ErrorMapping directly unless you need to check specific error codes. - Ewen Cheslack-Postava

Re: Review Request 31881: SAMZA-506: Shutdown RunLoop on SIGTERM.

2015-03-10 Thread Ewen Cheslack-Postava
/TestRunLoop.scala ea48853 Diff: https://reviews.apache.org/r/31881/diff/ Testing --- Passes unit and zopkio tests. Thanks, Ewen Cheslack-Postava

Re: Review Request 31881: SAMZA-506: Shutdown RunLoop on SIGTERM.

2015-03-10 Thread Ewen Cheslack-Postava
> > Description > --- > > Shutdown RunLoop on SIGTERM. > > > Diffs > - > > samza-core/src/main/scala/org/apache/samza/container/RunLoop.scala 499f5c6 > samza-core/src/test/scala/org/apache/samza/container/TestRunLoop.scala > ea48853 > > Diff: https://reviews.apache.org/r/31881/diff/ > > > Testing > --- > > Passes unit and zopkio tests. > > > Thanks, > > Ewen Cheslack-Postava > >

Re: Review Request 31881: SAMZA-506: Shutdown RunLoop on SIGTERM.

2015-03-10 Thread Ewen Cheslack-Postava
/TestRunLoop.scala ea48853 Diff: https://reviews.apache.org/r/31881/diff/ Testing --- Passes unit and zopkio tests. Thanks, Ewen Cheslack-Postava

Review Request 31881: SAMZA-506: Shutdown RunLoop on SIGTERM.

2015-03-09 Thread Ewen Cheslack-Postava
Cheslack-Postava