Closed e-kolpakov closed 6 years ago
@timcharper Hi! Could you please comment on this issue - in particular would the change to add comma-separated hosts config be welcome?
You know, this really is a shame that there isn't a standard definition for specifying multiple hosts via the URL (zookeeper has the standard zk://host1:port,host2:port/etc/etc
. I'd support the comma delimited change; it makes sense.
@timcharper Ok, I'll look into it.
Typesafe config HOCON format supports substituting variables from environment. However, it's not possible to use this feature with
op-rabbit.hosts
, sinceop-rabbit.hosts
only supports array values, and it's not possible to put array value into environment var (AFAIK)It is mentioned in Usage section, but with little emphasis, so it might be great to:
hosts
I might be able to invest some time to add that support, but I'd like to discuss it first and make sure this enhancement is not against design principles or any ongoing work.