Re: kafka test jars in sbt?

2014-11-09 Thread Joe Crobak
For sbt, you need to use something like: "org.apache.kafka" %% "kafka" %"0.8.2-beta" % "test" classifier "test" That tells sbt to pull in the kafka artifact with the "test" classifier only when running tests. The %% tells sbt to fill in the scala version (so it'll map to "kafka_2.10" like in your

Re: AWS EC2 deployment best practices

2014-09-30 Thread Joe Crobak
- > http://www.philipotoole.com > > > On Monday, September 29, 2014 9:45 PM, Joe Crobak > wrote: > > > > We're planning a deploy to AWS EC2, and I was hoping to get some advice on > best practices. I've seen the Loggly presentation [1], whi

AWS EC2 deployment best practices

2014-09-29 Thread Joe Crobak
We're planning a deploy to AWS EC2, and I was hoping to get some advice on best practices. I've seen the Loggly presentation [1], which has some good recommendations on instance types and EBS setup. Aside from that, there seem to be several options in terms of multi-Availability Zone (AZ) deploymen