[infinispan-issues] [JBoss JIRA] (ISPN-11673) RemoteStore should allow ClientIntellegience configuration

Ryan Emerson (Jira) issues at jboss.org
Fri Apr 17 04:50:01 EDT 2020


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

Ryan Emerson closed ISPN-11673.
-------------------------------
    Resolution: Won't Do


Closing as it's possible to configure additional hotrod properties using the store `<property/>` element like so:


{code:xml}
<persistence>
                <remote-store xmlns="urn:infinispan:config:store:remote:10.1" shared="true" segmented="false" cache="example">
                    <remote-server host="<some-host>" port="11222" />
                    <property name="infinispan.client.hotrod.client_intelligence">BASIC</property>
                </remote-store>
            </persistence>
{code}


> RemoteStore should allow ClientIntellegience configuration
> ----------------------------------------------------------
>
>                 Key: ISPN-11673
>                 URL: https://issues.redhat.com/browse/ISPN-11673
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Hot Rod, Loaders and Stores
>    Affects Versions: 11.0.0.Dev04, 10.1.6.Final
>            Reporter: Ryan Emerson
>            Assignee: Ryan Emerson
>            Priority: Major
>             Fix For: 10.1.7.Final, 11.0.0.Dev05
>
>
> In Kubernetes environments, it's not always possible to utilise the default intelligence HASH_DISTRIBUTION_AWARE, therefore it should be possible to configure this.
> Similarly, long term it would probably be more maintainable to allow the remote-store to utilise a `hotrod-client.properties` file.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the infinispan-issues mailing list