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

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Wed Sep 5 06:28:32 EDT 2012


     [ https://issues.jboss.org/browse/ISPN-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Galder Zamarreño updated ISPN-2234:
-----------------------------------

    Fix Version/s: 6.0.0.Final
                       (was: 5.2.0.Final)
      Description: 
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}

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



Nice to have but I don't see huge value on this.
                
> 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
>            Priority: Minor
>              Labels: hackathon
>             Fix For: 6.0.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:
> {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