All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.io_helidon_microprofile_lra_Coordinator.adoc Maven / Gradle / Ivy

There is a newer version: 4.1.4
Show newest version
///////////////////////////////////////////////////////////////////////////////

    Copyright (c) 2022, 2023 Oracle and/or its affiliates.

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

///////////////////////////////////////////////////////////////////////////////

//MANUALLY CREATED DOCUMENT

ifndef::rootdir[:rootdir: {docdir}/..]
:description: Configuration of io_helidon_microprofile_lra_Coordinator
:keywords: helidon, io_helidon_microprofile_lra_Coordinator
:basic-table-intro: The table below lists the configuration keys that configure io_helidon_microprofile_lra_Coordinator
include::{rootdir}/includes/attributes.adoc[]

= LRA Configuration

// tag::config[]

[source,text]
.Type
----
io.helidon.microprofile.lra
----

.Optional configuration options
[cols="3,3,2,5a"]

|===
|Key |Type |Default value |Description

|`mp.lra.coordinator.url` |string |`\http://localhost:8070/lra-coordinator` |Url of coordinator.
|`mp.lra.coordinator.propagation.active` |boolean |{nbsp} |Propagate LRA headers `LRA_HTTP_CONTEXT_HEADER` and `LRA_HTTP_PARENT_CONTEXT_HEADER` through non-LRA endpoints.
|`mp.lara.participant.url` |string |{nbsp} |Url of the LRA enabled service overrides standard base uri, so coordinator can call load-balancer instead of the service.
|`mp.lra.coordinator.timeout` |string |{nbsp} |Timeout for synchronous communication with coordinator.
|`mp.lra.coordinator.timeout-unit` |string |{nbsp} |Timeout unit for synchronous communication with coordinator.

|===

// end::config[]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy