Kafka on EC2 with ephemeral storage mirrored to EBS

2015-10-21 Thread Elias Levy
I am curious if anyone has attempted to run Kafka on EC2 using ephemeral storage for the logs (I am looking to use the I2 or D2 instance types), but actively copying the logs into an EBS volume to aid in bringing a dead broker back to life faster, so that it doesn't have to replicate all messages f

Re: Client consumer question

2015-10-21 Thread Mohit Anchlia
I read through the documentation however when I try to access Java API through the link posted on the design page I get "no page found" http://people.apache.org/~nehanarkhede/kafka-0.9-consumer-javadoc/doc/kafka/clients/consumer/KafkaConsumer.html On Wed, Oct 21, 2015 at 9:59 AM, Mohit Anchlia w

Re: Client consumer question

2015-10-21 Thread Mohit Anchlia
never mind, I found the documentation On Wed, Oct 21, 2015 at 9:50 AM, Mohit Anchlia wrote: > Thanks. Where can I find new Java consumer API documentation with > examples? > > On Tue, Oct 20, 2015 at 6:37 PM, Guozhang Wang wrote: > >> There are a bunch of new features added in 0.9 plus quite a

Re: Client consumer question

2015-10-21 Thread Mohit Anchlia
Thanks. Where can I find new Java consumer API documentation with examples? On Tue, Oct 20, 2015 at 6:37 PM, Guozhang Wang wrote: > There are a bunch of new features added in 0.9 plus quite a lot of bug > fixes as well, a complete ticket list can be found here: > > > https://issues.apache.org/j