-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: annotate properly settings and refer to autodoc from the README…
… files (#4084) * docs: annotate properly settings and refer to autodoc from the README files (#3986) * avoid outdatedness of the documentation of config params in README files * docs: simplify description of setting Co-authored-by: Jim Marino <jim.marino@gmail.com> * fix: avoid string to int conversion in config parameters * docs: annotate properly the settings and unify their usage * chore: update DEPENDENCIES file * chore: remove unneeded sections from README --------- Co-authored-by: Jim Marino <jim.marino@gmail.com>
- Loading branch information
Showing
11 changed files
with
68 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,3 @@ | ||
# Connector-core | ||
|
||
Extension that registers default and core services as default implementations, http client, in memory stores and so on. | ||
|
||
## Configuration settings | ||
|
||
| Parameter name | Description | Mandatory | Default value | | ||
|------------------------------------------|----------------------------------------------------------------------|-----------|---------------| | ||
| `edc.hostname` | Connector hostname, which e.g. is used in referer urls | false | localhost | | ||
| `edc.http.enforce-https` | If true, enable HTTPS call enforcement. | false | false | | ||
| `edc.core.retry.retries.max` | Maximum retries for the retry policy before a failure is propagated. | false | 5 | | ||
| `edc.core.retry.backoff.min` | Minimum number of milliseconds for exponential backoff. | false | 500 | | ||
| `edc.core.retry.backoff.max` | Maximum number of milliseconds for exponential backoff. | false | 10000 | | ||
| `edc.core.retry.log.on.retry` | Log Failsafe onRetry events. | false | false | | ||
| `edc.core.retry.log.on.retry.scheduled` | Log Failsafe onRetryScheduled events. | false | false | | ||
| `edc.core.retry.log.on.retries.exceeded` | Log Failsafe onRetriesExceeded events. | false | false | | ||
| `edc.core.retry.log.on.failed.attempt` | Log Failsafe onFailedAttempt events. | false | false | | ||
| `edc.core.retry.log.on.abort` | Log Failsafe onAbort events. | false | false | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.