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

2023-10-23 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2023-10-23 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2023-10-07 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2023-10-06 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2023-10-05 Thread via GitHub


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-unsubscr...@camel.apache.org

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