monasca / monasca-docker

Docker files and setup for Monasca
Apache License 2.0
24 stars 47 forks source link

api kafka-uri value #490

Open zhangjianweibj opened 5 years ago

zhangjianweibj commented 5 years ago

hello.i install monasca-api with env value kafka-uri three hosts.

image

but after monasca installed,i find api-conf.conf file kafka-uri section only one host address. why?

image

start.sh only copy kafka_uri from env value.no any modified conf file value. image

matrixik commented 5 years ago

Sorry, but with docker-compose I can't reproduce it...

/ # echo $KAFKA_URI
kafka:9092,kafka-1:9092
[kafka]
# The endpoint to the kafka server
uri = kafka:9092,kafka-1:9092