]
Tristan Tarrant updated ISPN-11820:
-----------------------------------
Labels: usability (was: )
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
Priority: Major
Labels: usability
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