Re: macbook air and kafka

2016-06-04 Thread Ewen Cheslack-Postava
Connect and Streams are both java and compile very quickly -- almost all build time is in Scala. There are other things that can affect this too and may be one-offs, e.g. gradle building its caches can be slow, but after the first build is incremental and cheaper. -Ewen On Sat, May 28, 2016 at

Re: macbook air and kafka

2016-05-26 Thread Gwen Shapira
Well... We added KafkaConnect and KafkaStreams, thats two fairly big features. On Thu, May 26, 2016 at 11:58 AM, S Ahmed wrote: > I just pulled lated on the same old 2010 MPB and the build took over 4 > minutes. > > Have things changed so much since 2013? :) > > I ran:

Re: macbook air and kafka

2016-05-26 Thread S Ahmed
I just pulled lated on the same old 2010 MPB and the build took over 4 minutes. Have things changed so much since 2013? :) I ran: ./gradlew jar On Tue, Jun 4, 2013 at 7:24 PM, Neha Narkhede wrote: > *Memory* 8 GB 1600 MHz DDR3 > > *Processor* 2 GHz Intel Core i7 > >

Re: macbook air and kafka

2013-06-04 Thread Neha Narkhede
*Memory* 8 GB 1600 MHz DDR3 *Processor* 2 GHz Intel Core i7 Thanks, Neha On Tue, Jun 4, 2013 at 5:56 AM, S Ahmed sahmed1...@gmail.com wrote: I have a 1st gen i7 wit 8GB ram, and mine takes 77 seconds: clean ++2.9.2 package info] Packaging

Re: macbook air and kafka

2013-06-03 Thread Denny Lee
I have a 2011 MacBook Air (4GB, i7, 256GB SSD) and for development purposes it works like a charm. I'm only doing simple tests (ie no perf testing) and at least in my case, heat is pretty low. I have more issues with heat when I run Windows on Fusion ;-) On Jun 3, 2013, at 7:17 PM, S Ahmed