[infinispan-issues] [JBoss JIRA] (ISPN-2234) Support a HotRod URL
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Tue Jul 2 03:05:21 EDT 2013
[ https://issues.jboss.org/browse/ISPN-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus updated ISPN-2234:
--------------------------------
Fix Version/s: (was: 6.0.0.Final)
> Support a HotRod URL
> --------------------
>
> Key: ISPN-2234
> URL: https://issues.jboss.org/browse/ISPN-2234
> Project: Infinispan
> Issue Type: Feature Request
> Components: Remote protocols
> Reporter: Tristan Tarrant
> Assignee: Galder Zamarreño
> Priority: Minor
> Labels: hackathon
>
> It would be nice to have a HotRod URL format to represent lists of remote servers in a compact and understandable way.
> We could pattern this on MySQL's JDBC URL format as follows:
> {code}hotrod://[host][,host...][:port]/[remoteCacheName]{code}
> or alternatively
> {code}hotrod://[host:port],[host:port].../[remoteCacheName]{code}
> Optionally we could also add support for additional properties appended to the above URLs:
> {code}hotrod://[host][,host...][:port]/[remoteCacheName]?
> propertyName1=propertyValue1&propertyName2=propertyValue2{code}
--
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
More information about the infinispan-issues
mailing list