]
Galder Zamarreño updated ISPN-7139:
-----------------------------------
Fix Version/s: 9.4.0.Final
(was: 9.3.0.Final)
Consistent prefix in property names of Hot Rod client configurations
--------------------------------------------------------------------
Key: ISPN-7139
URL:
https://issues.jboss.org/browse/ISPN-7139
Project: Infinispan
Issue Type: Enhancement
Components: Configuration, Remote Protocols
Reporter: Sanne Grinovero
Fix For: 9.4.0.Final
Most Hot Rod configuration properties use the prefix {{infinispan.client.hotrod.}} which
makes it easy to recognize them.
Some properties don't use the prefix though, such as all those related to connection
pooling, e.g. {{maxActive}}, {{maxTotal}}, ..
This makes it hard to read Hot Rod specific configuration properties from alternative
sources. In particular we'd like to embed such properties in an Hibernate
configuration file (for Hibernate OGM) but the fact that some properties need special
handling forces us to keep a list of these to have special care, rather than being able to
use a prefix like it is done in most such cases.
It should be easy to prefix all the properties, and deprecate the names.