Re: [VOTE] Release Apache Camel Kamelets 4.6.0

2024-05-13 Thread Zineb Bendhiba
+1 (binding) Le lun. 13 mai 2024 à 09:56, Andrea Cosentino a écrit : > Hello all, > > This is a vote for releasing camel-kamelets 4.6.0 > > This is a release supporting Camel 4.6.0 > > Kamelets release files: > https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.6.0 > Kamelets staging

Re: Saga with LRA service not executing comp* routes

2024-05-13 Thread Zheng Feng
I open https://github.com/MikaelAnderssonWigander/lra-test/pull/2 On Mon, May 13, 2024 at 3:59 PM Mikael Andersson Wigander wrote: > Hi > > Thanks but now I can’t connect to the service. > ConnectException. > > Old create a PR with a working sample so I know what to change? > > /M > > Den 13 maj

[VOTE] Release Apache Camel Kamelets 4.6.0

2024-05-13 Thread Andrea Cosentino
Hello all, This is a vote for releasing camel-kamelets 4.6.0 This is a release supporting Camel 4.6.0 Kamelets release files: https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.6.0 Kamelets staging repository: https://repository.apache.org/content/repositories/orgapachecamel-1712 Kame

Re: Saga with LRA service not executing comp* routes

2024-05-13 Thread Mikael Andersson Wigander
Hi Thanks but now I can’t connect to the service. ConnectException. Old create a PR with a working sample so I know what to change? /M Den 13 maj 2024 kl 09:32, Zheng Feng <[zf...@redhat.com](mailto:Den 13 maj 2024 kl 09:32, Zheng Feng < skrev: > Sorry, your project is good and the problem is

Re: Svar: Re: Svar: Re: Saga with LRA service not executing comp* routes

2024-05-13 Thread Zheng Feng
Sorry, your project is good and the problem is the way you run the narayana lra coordinate server. It needs access to the participant url to complete or compensate the translation. So you have to run docker with the host network. Please try "docker run --network host -e QUARKUS_HTTP_PORT=8180 quay