[infinispan-issues] [JBoss JIRA] (ISPN-7139) Consistent prefix in property names of Hot Rod client configurations

Sanne Grinovero (JIRA) issues at jboss.org
Wed Oct 26 06:37:00 EDT 2016


Sanne Grinovero created ISPN-7139:
-------------------------------------

             Summary: 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.0.0.Beta1


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.



--
This message was sent by Atlassian JIRA
(v7.2.2#72004)


More information about the infinispan-issues mailing list