SEARCHER_URL, SYMBOLS_URL should allow specifying comma separated list
Created by: slimsag
Currently, SEARCHER_URL
may only specify multiple values by using the k8s+
syntax which utilizes Kubernetes service discovery (effectively).
In non-Kubernetes data center deployments, such as a pure-docker one, we need to be able to specify multiple via the environment variable. e.g.:
SEARCHER_URL=http://searcher-0:3181,http://searcher-1:3181,http://searcher-2:3181
The same must be fixed for SYMBOLS_URL: