Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Javadoc links in document #2819

Merged
merged 1 commit into from
Mar 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions docs/mp/faulttolerance/01_overview.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////

Copyright (c) 2020 Oracle and/or its affiliates.
Copyright (c) 2021 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.
Expand Down Expand Up @@ -34,7 +34,7 @@ service restarts, network delays, temporal infrastructure instabilities, etc.

The latest implementation of MP Fault Tolerance is built on top of Helidon's SE
Fault Tolerance. Thus, some configuration for Helidon SE Fault
Tolerance also applies to MP. The next section describes some
Tolerance also applies to MP. The next section describes
configuration properties that are of particular interest to MP applications.

=== Configuration
Expand All @@ -46,16 +46,15 @@ file as follows:
[source,yaml]
----
executor:
core-pool-size: 8
core-pool-size: 32

scheduled-executor:
core-pool-size: 8
core-pool-size: 32
----

NOTE: There is currently _no support_ to configure these executor properties via a
`microprofile-config.properties` file.

The complete set of properties available to configure these executors is in
{executor-config}[ServerThreadPoolSupplier] and
{scheduled-executor-config}[ScheduledThreadPoolSupplier].

For a complete set of properties available to configure these executors, see
link:{executor-config}[ServerThreadPoolSupplier] and
link:{scheduled-executor-config}[ScheduledThreadPoolSupplier].