[infinispan-issues] [JBoss JIRA] (ISPN-2234) Support a HotRod URL

Tristan Tarrant (JIRA) jira-events at lists.jboss.org
Wed Aug 29 08:32:33 EDT 2012


Tristan Tarrant created ISPN-2234:
-------------------------------------

             Summary: Support a HotRod URL
                 Key: ISPN-2234
                 URL: https://issues.jboss.org/browse/ISPN-2234
             Project: Infinispan
          Issue Type: Feature Request
          Components: Cache Server
            Reporter: Tristan Tarrant
            Assignee: Galder Zamarreño
             Fix For: 5.2.0.Final


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:

hotrod://[host][,host...][:port]/[remoteCacheName]

or alternatively

hotrod://[host:port],[host:port].../[remoteCacheName]

Optionally we could also add support for additional properties appended to the above URLs:

hotrod://[host][,host...][:port]/[remoteCacheName]?propertyName1=propertyValue1&propertyName2=propertyValue2

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