Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Priority
Created November 6, 2019 at 5:34 PM
Updated December 13, 2019 at 2:57 PM
Resolved November 19, 2019 at 4:41 PM
Currently we expect something like this for the "hosts" property: "http://host1:port1 https://host2:port2".
Since the path cannot be specified, and it's highly unlikely that anyone would want to use a different protocol for each host, it would make more sense to expect something like this: "host1ort1 host2ort2" and to add a separate property to specify the protocol.
In fact, we already have a similar property, but it's only used for discovery: "discovery.scheme". We could replace it completely with a more general "scheme" or "protocol" property.