Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 251 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 251 Bytes

kafka cluster on centos 6.

  • single zookeeper on 'zk1'
  • brokers running a kafka cluster

tested on OSX host.

install

vagrant plugin install vagrant-hostmanager
vagrant up
ansible-playbook -i vagrant/ site.yml

Then see USAGE.md.