You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/06 15:41:41 UTC

[jira] [Commented] (CAMEL-11108) camel-infinispan : change the uri syntax from infinispan:hostName to infinispan:cacheName

    [ https://issues.apache.org/jira/browse/CAMEL-11108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15959123#comment-15959123 ] 

ASF GitHub Bot commented on CAMEL-11108:
----------------------------------------

GitHub user lburgazzoli opened a pull request:

    https://github.com/apache/camel/pull/1604

    WIP - CAMEL-11108: camel-infinispan : change the uri syntax from infinispan:hostName to infinispan:cacheName

    @tristantarrant may you check if I missed something on infinispan side 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lburgazzoli/apache-camel CAMEL-11108

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1604.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1604
    
----
commit 14fa5e5156e3e0e0e76cfdd23427a06febc27714
Author: lburgazzoli <lb...@gmail.com>
Date:   2017-04-06T13:11:54Z

    CAMEL-11108: camel-infinispan : change the uri syntax from infinispan:hostName to infinispan:cacheName

----


> camel-infinispan : change the uri syntax from infinispan:hostName to infinispan:cacheName
> -----------------------------------------------------------------------------------------
>
>                 Key: CAMEL-11108
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11108
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-infinispan
>         Environment: 
>            Reporter: Luca Burgazzoli
>            Assignee: Luca Burgazzoli
>            Priority: Minor
>             Fix For: 2.19.0
>
>
> As today camel-infinispan uri is supposed to configure the infinispan client used by the component to connect to a remote infinispan cluster but that's not always the case as you can also use an embedded standalone cache which may be not very intuitive to setup as the uri requires an host to be set.
> Because of that it would be nice to make camel-infinispan uri looks similar to other cache implementation which are in the form scheme:cacheName and have an option to specify a list of hosts in case you want to join an infinispan-cluster (btw, there are also other way to configure a remote cache).
> This change would make it easy also to use https://github.com/infinispan/infinispan-spring-boot to automatically configure the client in spring-boot.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)