cerner / cerner_kafka

A Kafka Cookbook for Chef
Apache License 2.0
30 stars 25 forks source link

Support zookeeper chroot in a first class manner #12

Closed bbaugher closed 9 years ago

bbaugher commented 9 years ago

Currently to set a zookeeper chroot you can do the following,

node['cerner_kafka']['zookeepers'] = [
  'zk1:2181',
  'zk2:2181',
  'zk3:2181/chroot']

We have another attribute for setting the chroot as another attribute.