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

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

2024-05-12 Thread Zheng Feng
Thanks and it looks like there are some configuration issues. please check https://camel.apache.org/components/4.4.x/others/lra.html Also there is no need to add LRASagaService, we can add it automatically if camel-quarkus-lra is in classpath. So I create PR https://github.com/MikaelAnderssonWigan

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

2024-05-12 Thread Mikael Andersson Wigander
Hi Check out https://github.com/MikaelAnderssonWigander/lra-test /M Den 11 maj 2024 kl 12:16, Mikael Andersson Wigander <[mikael.andersson.wigan...@pm.me.INVALID](mailto:Den 11 maj 2024 kl 12:16, Mikael Andersson Wigander < skrev: > Of course I need to isolate the code and create a sample re

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

2024-05-11 Thread Mikael Andersson Wigander
Of course I need to isolate the code and create a sample repo. I’ll be back /M Den 11 maj 2024 kl 11:59, Zheng Feng <[zf...@redhat.com](mailto:Den 11 maj 2024 kl 11:59, Zheng Feng < skrev: > OK, is it possible to share your project and I can take a deep look at it? > > On Sat, May 11, 2024 at

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

2024-05-11 Thread Zheng Feng
OK, is it possible to share your project and I can take a deep look at it? On Sat, May 11, 2024 at 5:34 PM Mikael Andersson Wigander wrote: > I use Quarkus but that shouldn’t be a reason I’d say. > > The service running in my docket locally for the moment. > > I have required properties set, I s

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

2024-05-11 Thread Mikael Andersson Wigander
I use Quarkus but that shouldn’t be a reason I’d say. The service running in my docket locally for the moment. I have required properties set, I see that the service register the request and receives an id and the logs in the lra service is logging completion and closing. Everything work if us