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

Minor persistence doc updates #629

Merged
merged 1 commit into from
Oct 24, 2023
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
6 changes: 4 additions & 2 deletions docs/coherence/080_persistence.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ documentation for more details of how persistence works and its configuration.

== Persistence Mode

There are three default persistence modes available, `active`, `active-async` and `on-demand`; the default mode is `on-demand`.
There are four default persistence modes available, `active`, `active-async`, `active-backup`, and `on-demand`; the default mode is `on-demand`.
The persistence mode will be set using the `spec.coherence.persistence,mode` field in the CRD. The value of this field will be
used to set the `coherence.distributed.persistence-mode` system property in the Coherence JVM.
used to set the `coherence.distributed.persistence.mode` system property in the Coherence JVM.

NOTE: `active-backup` persistence mode is only available in the most recent versions of Coherence. Please check the release notes for your version.

For example:
[source,yaml]
Expand Down