Supporting multiple values for a single parameter in fdbmonitor conf
This was previously addressed in #461 / #468, but there is a new use case that may require a more general solution. When we have the same parameter multiple times in a monitor conf file, only the last one is used. This causes problems for the new feature in FDB 6.1 that allows multiple public / listen addresses. I've attached an example monitor conf that uses two addresses, one of which is using TLS and one of which is not using TLS.
For now, the proposal is to make public/listen addresses a comma separated list so you only need one parameter.
Implemented in #1721 for #1679 Since comma separated seems to exist, could this issue be closed? That said the documentation should reflect this