Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.45 KB

lra.adoc

File metadata and controls

37 lines (27 loc) · 1.45 KB

LRA Component

Available as of Camel version 2.21.0

The LRA module provides bindings of the Saga EIP with any Microprofile compatible LRA Coordinator (sandbox).

Maven users will need to add the following dependency to their pom.xml for this component:

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-lra</artifactId>
    <version>x.x.x</version>
    <!-- use the same version as your Camel core version -->
</dependency>

Spring Boot Auto-Configuration

The component supports 5 options, which are listed below.

Name Description Default Type

camel.service.lra.coordinator-context-path

The context path of the LRA coordinator service

String

camel.service.lra.coordinator-url

The base URL of the LRA coordinator service (e.g. http://lra-host:8080)

String

camel.service.lra.enabled

Global option to enable/disable component auto-configuration, default is true.

true

Boolean

camel.service.lra.local-participant-context-path

The context path of the local participant callback services

String

camel.service.lra.local-participant-url

The local URL where the coordinator should send callbacks to (e.g. http://my-host-name:8080)

String