Closed israellot closed 2 years ago
Please check the updated PR.
Different side note, we have the option to "add discovered servers" - shouldn't we have the ability to only use discovered servers? (instead of adding)
Ok, I've got your point @80dB. I was a bit short on time, but please take a look at the updated PR now. Added the ability to specify a custom implementation of a server pool, and at the default one, it first rotates ips for a single dns before moving on to the next host name.
Just updated again.
@80dB I guess it needs merging
Hey @80dB , This adds a server pool and dns as discussed.
Small addition: also removes that ugly
PublishRaw
from the public api by making it internal but visible to the benchmark project.