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
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
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
What runtime framework did you use? spring-boot or quarkus?
And have you set some properties with "camel.lra.coordinator-url" and
"camel.lra.local-participant-url" ?
The LRA service is running on the same network with your application? it
should access the internal rest paths and route to the righ
Hi
When using the saga component together with in memory lra service the calls to
the compensation and completion routes are executed. This I can se when
debugging and logging.
But when I switch to using the LRA service (docker image from JBOSS) the routes
completion and compensation routes ar