I have an application.conf
file with a structure like the following:
poller {
datacenters = []
}
I would like to override
I had the same issue some weeks ago, and finally dived into the source code to understand what's going on:
Fixing it wouldn't be that hard, but someone need to take time to do it.
An alternative syntax is implemented in version 1.0.1 for this:
-Dpoller.datacenters.0=SJC -Dpoller.datacenters.1=IAD