jeremiaswerner commented on a change in pull request #2744: Deploy kafka &
zookeeper cluster with ansible
URL:
https://github.com/apache/incubator-openwhisk/pull/2744#discussion_r149991318
##########
File path: ansible/environments/docker-machine/hosts.j2.ini
##########
@@ -10,9 +10,12 @@ ansible ansible_connection=local
controller0 ansible_host={{ docker_machine_ip }}
controller1 ansible_host={{ docker_machine_ip }}
-[kafka]
+[kafkas]
{{ docker_machine_ip }} ansible_host={{ docker_machine_ip }}
Review comment:
? Due to the complaints of resource consumption for local development I
think it's good just have a single kafka container in a docker-machine
deployment.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services