You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a line in kafka-cfg.yml which suppose to create zookeeper connection string. set_fact: kafka_zookeeper_connection_string="{{ kafka_zookeeper_hosts | join(':' ~ kafka_zookeeper_port ~ ',') }}:{{ kafka_zookeeper_port }}"
Instead of creating string like 172.31.32.93:2181 it creates something like 1:2181,7:2181,2:2181,.:2181,3:2181,1:2181,.:2181,3:2181,2:2181,.:2181,9:2181,3:2181
Could You please suggest a fix?
The text was updated successfully, but these errors were encountered:
Hi. Thanks for perfect role, like it a lot, however:
This is my playbook:
There is a line in
kafka-cfg.yml
which suppose to create zookeeper connection string.set_fact: kafka_zookeeper_connection_string="{{ kafka_zookeeper_hosts | join(':' ~ kafka_zookeeper_port ~ ',') }}:{{ kafka_zookeeper_port }}"
Instead of creating string like
172.31.32.93:2181
it creates something like1:2181,7:2181,2:2181,.:2181,3:2181,1:2181,.:2181,3:2181,2:2181,.:2181,9:2181,3:2181
Could You please suggest a fix?
The text was updated successfully, but these errors were encountered: