All Projects → nathanmarz → Kafka Deploy

nathanmarz / Kafka Deploy

Licence: other
Automated deploy for Kafka on AWS

Programming Languages

clojure
4091 projects

Automated deploy for a Kafka cluster on AWS. Can be used with Storm or standalone.

The deploy provisions and configures both Zookeeper and Kafka.

Usage

Install leiningen.

Set up your ~/.pallet/config.clj as described here

Start a cluster:

lein deps
lein run :deploy --start --name mykafkacluster --kn 8 --zn 2

This creates a cluster called "mykafkacluster" with 8 kafka nodes and 2 zookeeper nodes.

Stop a cluster:

lein run :deploy --stop --name mykafkacluster
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].