]
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: