Re: zookeeper snapshot files eat up disk space

2014-11-11 Thread Ray Rodriguez
There is a sidecar jvm project called exhibitor that manages this for you.   It's from Netflix so it's a bit aws-centric but still a good source for how to manage those log files.  You may also want to look into some zk config settings to make sure your logs are not growing too large by truncatin

kafka-s3-consumer

2014-01-07 Thread Ray Rodriguez
Will the current kafka-s3-consumer ( https://github.com/razvan/kafka-s3-consumer) work with 0.8.0? Ray Rodriguez Medidata Solutions

Re: Hardware planning

2014-03-15 Thread Ray Rodriguez
Imagine a situation where one of your nodes running a kafka broker and zookeeper node goes down. You now have to contend with two distributed systems that need to do leader election and consensus in the case of a zookeeper ensemble and partition rebalancing/repair in the case of a kafka cluster so

Re: Hardware planning

2014-03-20 Thread Ray Rodriguez
; Ken > > On Mar 15, 2014, at 11:09 AM, Ray Rodriguez wrote: > > > Imagine a situation where one of your nodes running a kafka broker and > > zookeeper node goes down. You now have to contend with two distributed > > systems that need to do leader election and consensus