Hey all, As part of some new work I'm doing for Storm called "transactional topologies", I've been playing with Kafka as a source queue to Storm. As part of this work, I whipped up a fully automated deploy for Kafka on AWS: https://github.com/nathanmarz/kafka-deploy I thought the Kafka community would find this useful.
The deploy will provision and configure both a Zookeeper cluster and a Kafka cluster with one click. If you're interested, you can read more about transactional topologies here: https://github.com/nathanmarz/storm/wiki/Transactional-topologies Cheers, Nathan