Re: Puppet module for deploying Kafka released

2014-02-28 Thread François Langelier
Andrew, It's will be great to add a link to your prebuilt deb patch on your repo! ;) What should I do if I am to build the debian package my self? François Langelier Étudiant en génie Logiciel - École de Technologie Supérieure Capitaine Club Capra

Re: Puppet module for deploying Kafka released

2014-02-26 Thread Andrew Otto
Ah cool, missed that, thanks! I’m equally envious of the Hiera support in yours :) On Feb 26, 2014, at 12:00 PM, Michael G. Noll wrote: > Andrew, > > I am actually referencing the WM puppet module (notably because it > targets Debian whereas ours is currently focused on RHEL). I really > l

Re: Puppet module for deploying Kafka released

2014-02-26 Thread Michael G. Noll
Andrew, I am actually referencing the WM puppet module (notably because it targets Debian whereas ours is currently focused on RHEL). I really like that your module already supports Kafka mirroring and jmxtrans. :-) --Michael On 02/26/2014 03:41 PM, Andrew Otto wrote: > Oh so many puppet modul

Re: Puppet module for deploying Kafka released

2014-02-26 Thread Andrew Otto
Oh so many puppet modules! https://github.com/wikimedia/puppet-kafka This one requires a Kafka .deb built from https://github.com/wikimedia/operations-debs-kafka/tree/debian/debian, which can be found prebuilt here: http://apt.wikimedia.org/wikimedia/pool/universe/k/kafka/ :) On Feb 26,

Re: Puppet module for deploying Kafka released

2014-02-26 Thread Neha Narkhede
Thanks for sharing! I added this to our ecosystem page - https://cwiki.apache.org/confluence/display/KAFKA/Ecosystem On Wed, Feb 26, 2014 at 2:36 AM, pushkar priyadarshi < priyadarshi.push...@gmail.com> wrote: > i have been using one from here. > > https://github.com/whisklabs/puppet-kafka > but

Re: Puppet module for deploying Kafka released

2014-02-26 Thread pushkar priyadarshi
i have been using one from here. https://github.com/whisklabs/puppet-kafka but had to fix few small problem like when this starts kafka as upstart service it does not provide log path so kafka logs never appear since as a service they dont have default terminal. Thanks for sharing.Will start usi