Skip to content

justizin/bitmonk_kafka

Repository files navigation

bitmonk_kafka-cookbook

This is an example wrapper cookbook for the apache_kafka community cookbook.

Supported Platforms

This is currently tested against Ubuntu 14.04 LTS, but is intended to be cross-platform.

Attributes

Key Type Description Default
['apache_kafka']['install_scripts'] list of strings the names of scripts to install to /usr/local/kafka/bin from the kafka distribution's 'bin' dir. (default is all of the scripts at time of writing)

Usage

bitmonk_kafka::default

This configures a kafka node with a local zookeeper.

Include bitmonk_kafka in your node's run_list:

{
  "run_list": [
    "recipe[bitmonk_kafka::default]"
  ]
}

License and Authors

Author:: Justin Alan Ryan (bitmonk@icloud.com)

About

kafka wrapper cookbook / vagrant test for chef

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages