You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/11/17 08:28:57 UTC

[camel-kafka-connector-examples] branch master updated: Infinispan Source example: Use Infinispan home in the example

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new c1d6da0  Infinispan Source example: Use Infinispan home in the example
c1d6da0 is described below

commit c1d6da0ab7be81500e7717c070fbd3d00fd93db1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 17 09:28:41 2020 +0100

    Infinispan Source example: Use Infinispan home in the example
---
 infinispan/infinispan-source/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infinispan/infinispan-source/README.adoc b/infinispan/infinispan-source/README.adoc
index 75c0094..e6d3203 100644
--- a/infinispan/infinispan-source/README.adoc
+++ b/infinispan/infinispan-source/README.adoc
@@ -82,7 +82,7 @@ bin/server.sh
 So, you'll need to run
 
 ```
-> cd $INFINISPAN_HOME/bin/cli.sh
+> $INFINISPAN_HOME/bin/cli.sh
 [disconnected]> connect
 [ghost-35169@cluster//containers/default]> create cache --template=org.infinispan.DIST_SYNC mycache
 [ghost-35169@cluster//containers/default]> describe caches/mycache
@@ -188,7 +188,7 @@ $KAFKA_HOME/bin/connect-standalone.sh $KAFKA_HOME/config/connect-standalone.prop
 On a different terminal run your cli.sh from the Infinispan server
 
 ```
-> bin/cli.sh 
+> $INFINISPAN_HOME/bin/cli.sh 
 [disconnected]> connect
 [ghost-43981@cluster//containers/default]> cache mycache
 [ghost-43981@cluster//containers/default/caches/mycache]> put test test