[infinispan-issues] [JBoss JIRA] (ISPN-10597) Docs: hotrod-client.properties

Donald Naro (Jira) issues at jboss.org
Thu Sep 19 08:57:01 EDT 2019


    [ https://issues.jboss.org/browse/ISPN-10597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13786716#comment-13786716 ] 

Donald Naro commented on ISPN-10597:
------------------------------------

ConfigurationBuilder b = new ConfigurationBuilder();
Properties p = new Properties();
try(Reader r = new FileReader("/path/to/hotrod-client.properties")) {
   p.load(r);
   b.withProperties(p);
}
RemoteCacheManager rcm = new RemoteCacheManager(b.build());


> Docs: hotrod-client.properties
> ------------------------------
>
>                 Key: ISPN-10597
>                 URL: https://issues.jboss.org/browse/ISPN-10597
>             Project: Infinispan
>          Issue Type: Task
>          Components: Documentation-Servers
>            Reporter: Donald Naro
>            Assignee: Donald Naro
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v7.13.5#713005)


More information about the infinispan-issues mailing list