Tristan Tarrant created ISPN-11820:
--------------------------------------
Summary: Hot Rod URI
Key: ISPN-11820
URL:
https://issues.redhat.com/browse/ISPN-11820
Project: Infinispan
Issue Type: Feature Request
Components: Hot Rod
Affects Versions: 11.0.0.Dev05
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 11.0.0.CR1, 11.0.0.Final
Creating a RemoteCacheManager can be unnecessarily complex for simple scenarios, requiring
either a ConfigurationBuilder or a hotrod-client.properties file.
We should support a URI format as follows:
{noformat}
hotrod[s]://[user[:password]@]host[:port][,host2[:port]][?property=value[&property2=value2]]
{noformat}
and the constructor to go with it RemoteCacheManager(URI)
as well as infinispan.client.hotrod.url in hotrod-client.properties
--
This message was sent by Atlassian Jira
(v7.13.8#713008)