You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "manali-jambhale (via GitHub)" <gi...@apache.org> on 2023/10/03 10:21:50 UTC

[I] How to use embedded infinispan instead of remote infinispan? [camel-karavan]

manali-jambhale opened a new issue, #926:
URL: https://github.com/apache/camel-karavan/issues/926

   In recent versions of karavan remote infinispan on kubernetes is being used. How can I use the old local mode of infinispan instead of remote mode?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] How to use embedded infinispan instead of remote infinispan? [camel-karavan]

Posted by "mvolf (via GitHub)" <gi...@apache.org>.
mvolf commented on issue #926:
URL: https://github.com/apache/camel-karavan/issues/926#issuecomment-1748807048

   I've also noticed this. This causes issues when trying to run Karavan in live dev env with quarkus.
   In this case web app stays indefinitely on the "Waiting for services screen", since it can't seem to connect to remote Infinispan.
   In the logs the same message keeps occurring constantly:
   `INFO  [org.apa.cam.kar.inf.InfinispanService] (vert.x-worker-thread-1) InfinispanService is starting in remote mode`
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] How to use embedded infinispan instead of remote infinispan? [camel-karavan]

Posted by "mvolf (via GitHub)" <gi...@apache.org>.
mvolf commented on issue #926:
URL: https://github.com/apache/camel-karavan/issues/926#issuecomment-1751646680

   Thanks for the answer @mgubaidullin. Can you please clarify how to start karavan with docker using the karavan jar built from the source (to include and test changes made in the code)?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] How to use embedded infinispan instead of remote infinispan? [camel-karavan]

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin commented on issue #926:
URL: https://github.com/apache/camel-karavan/issues/926#issuecomment-1775642009

   @mvolf I start Karavan while developing using the following command:
   ```mvn clean quarkus:dev -Dquarkus.profile=public -Dkaravan.infinispan.hosts=localhost:11222 -Dkaravan.git-install-gitea=true -Dkaravan.git-repository=http://localhost:3000/karavan/karavan.git```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] How to use embedded infinispan instead of remote infinispan? [camel-karavan]

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin commented on issue #926:
URL: https://github.com/apache/camel-karavan/issues/926#issuecomment-1751165556

   1. embedded infinispan is not supported by quarkus
   2. for local development start karavan with docker and karavan will deploy infinispan in docker


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] How to use embedded infinispan instead of remote infinispan? [camel-karavan]

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin closed issue #926: How to use embedded infinispan instead of remote infinispan?
URL: https://github.com/apache/camel-karavan/issues/926


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org