[
https://issues.apache.org/jira/browse/ACE-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bram de Kruijff resolved ACE-379.
---------------------------------
Resolution: Fixed
Assignee: (was: Bram de Kruijff)
This was largely implemented under ACE-342. In r1525650 I comitted some final
tweaks.
Usage as documented in AgentConstants:
{code}
/**
* Configuration option to disable the default discovery handler. When set
to true some other bundle must provide it
* as a service. Should be <code>{true,false}</code>, default is
<code>false</code>.
*/
String CONFIG_DISCOVERY_DISABLED = CONFIG_KEY_NAMESPACE +
".discovery.disabled";
/**
* Configuration option for the serverURLs of the default discovery
handler. Should be a comma-separated list of
* valid URLs in order of importance, default is
<code>http://localhost:8080</code>.
*/
String CONFIG_DISCOVERY_SERVERURLS = CONFIG_KEY_NAMESPACE +
".discovery.serverurls";
/**
* Configuration option to enable checking for the default discovery
handler. Should be e {true,false}, default is
* true.
*/
String CONFIG_DISCOVERY_CHECKING = CONFIG_KEY_NAMESPACE +
".discovery.checking";
{code}
> Extend the discovery service to support multiple URLs
> -----------------------------------------------------
>
> Key: ACE-379
> URL: https://issues.apache.org/jira/browse/ACE-379
> Project: ACE
> Issue Type: Improvement
> Components: Discovery
> Reporter: Marcel Offermans
>
> Our discovery service now supports a maximum of one URL. We should change
> that so it can support multiple URLs that can be used. The list should be
> ranked, with the most important one at the front (the one to "try first").
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira