From 59897a642503033a7ad53a7ab108da34397dd0ed Mon Sep 17 00:00:00 2001 From: Denny Yung-Yu Chen Date: Wed, 25 Jan 2023 13:39:46 +0100 Subject: [PATCH] Remove Akka-Enhancements relevant docs (#126) --- docs/src/main/paradox/common/other-modules.md | 10 ---------- .../main/paradox/general/configuration-reference.md | 3 +-- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/src/main/paradox/common/other-modules.md b/docs/src/main/paradox/common/other-modules.md index 2a7bc3650a..73ae985d62 100644 --- a/docs/src/main/paradox/common/other-modules.md +++ b/docs/src/main/paradox/common/other-modules.md @@ -50,13 +50,3 @@ Use [Google Cloud Spanner](https://cloud.google.com/spanner/) as Pekko Persisten * [Pekko Discovery for Kubernetes, Consul, Marathon, and AWS](https://doc.akka.io/docs/akka-management/current/discovery/) * [Kubernetes Lease](https://doc.akka.io/docs/akka-management/current/kubernetes-lease.html) -## Pekko Resilience Enhancements - -* [Pekko Thread Starvation Detector](https://doc.akka.io/docs/akka-enhancements/current/starvation-detector.html) -* [Pekko Configuration Checker](https://doc.akka.io/docs/akka-enhancements/current/config-checker.html) -* [Pekko Diagnostics Recorder](https://doc.akka.io/docs/akka-enhancements/current/diagnostics-recorder.html) - -## Pekko Persistence Enhancements - -* [Pekko GDPR for Persistence](https://doc.akka.io/docs/akka-enhancements/current/gdpr/index.html) - diff --git a/docs/src/main/paradox/general/configuration-reference.md b/docs/src/main/paradox/general/configuration-reference.md index a7f3b1a9e3..f48a80f486 100644 --- a/docs/src/main/paradox/general/configuration-reference.md +++ b/docs/src/main/paradox/general/configuration-reference.md @@ -3,8 +3,7 @@ Each Pekko module has a `reference.conf` file with the default values. Make your edits/overrides in your `application.conf`. Don't override default values if -you are not sure of the implications. [Pekko Config Checker](https://doc.akka.io/docs/akka-enhancements/current/config-checker.html) -is a useful tool for finding potential configuration issues. +you are not sure of the implications. The purpose of `reference.conf` files is for libraries, like Pekko, to define default values that are used if an application doesn't define a more specific value. It's also a good place to document the existence and