Feat: Kafka package, added host_label question to control where to deploy. Compose files updated to v2 format

This commit is contained in:
Raul Sanchez
2018-01-25 16:31:15 +01:00
parent 78b34c38ff
commit b14a5f571e
4 changed files with 85 additions and 58 deletions
+1
View File
@@ -23,6 +23,7 @@
- kafka_auto_create_topics="true" # kafka auto create topics
- kafka_replication_factor=1 # Kafka replication factor
- kafka_pub_ip= < true | false > # Advertise public ip to zookeeper.
- host_label="" # Host label where to deploy kafka.
- zk_link="kafka-zk/zk" # zookeeper stack/service to connect to.
Click deploy.