From 282fce56667042a5e6231c47ca5932545819b5c8 Mon Sep 17 00:00:00 2001 From: Dale Wijnand <344610+dwijnand@users.noreply.github.com> Date: Tue, 12 Mar 2019 07:31:34 +0000 Subject: [PATCH] Renamed LB Reactive Platform to LB Platform in docs (#1776) (cherry picked from commit 9540fedc848180d9fa8fd425bec9aa5bad50bd3a) --- .../core/src/main/resources/play/reference-overrides.conf | 2 +- docs/manual/common/guide/production/EnterpriseSuite.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cluster/core/src/main/resources/play/reference-overrides.conf b/cluster/core/src/main/resources/play/reference-overrides.conf index 64079606bd..c2ba030a62 100644 --- a/cluster/core/src/main/resources/play/reference-overrides.conf +++ b/cluster/core/src/main/resources/play/reference-overrides.conf @@ -10,7 +10,7 @@ akka { # Make cluster failure detector more tolerant, by default failure-detector.acceptable-heartbeat-pause = 5 s - # Enable Split Brain Resolver keep-majority if Lightbend Reactive Platform is used + # Enable Split Brain Resolver keep-majority if Lightbend Platform is used split-brain-resolver.active-strategy = keep-majority } diff --git a/docs/manual/common/guide/production/EnterpriseSuite.md b/docs/manual/common/guide/production/EnterpriseSuite.md index 309ef56344..7f61e1d62d 100644 --- a/docs/manual/common/guide/production/EnterpriseSuite.md +++ b/docs/manual/common/guide/production/EnterpriseSuite.md @@ -1,6 +1,6 @@ # Using Lightbend Enterprise Suite with Lagom -Lagom is part of the [Lightbend Reactive Platform](https://www.lightbend.com/products/lightbend-reactive-platform) — an application development solution for building Reactive systems on the JVM powered by an open source core and the commercial [Enterprise Suite](https://www.lightbend.com/products/enterprise-suite). Lagom services can be developed, deployed and run in production using only open source components, however we recommend considering the advanced features provided by Enterprise Suite. +Lagom is part of the [Lightbend Platform](https://www.lightbend.com/products/lightbend-platform) — an application development solution for building Reactive systems on the JVM powered by an open source core and the commercial [Enterprise Suite](https://www.lightbend.com/products/enterprise-suite). Lagom services can be developed, deployed and run in production using only open source components, however we recommend considering the advanced features provided by Enterprise Suite. This page highlights the Enterprise Suite features that are especially useful for most Lagom users, but there are many more. You can find an overview on the [Lightbend web site](https://www.lightbend.com/products/enterprise-suite) or [contact Lightbend](https://www.lightbend.com/contact) to learn more. @@ -33,10 +33,10 @@ To use these with Lagom, the Cinnamon Telemetry agent must be included as a depe ## Configuring a Lagom build for Enterprise Suite -Bintray credentials are required to build applications using the Enterprise Suite portion of the Reactive Platform. Lightbend customers should log into the [support portal](https://portal.lightbend.com/ReactivePlatform/EnterpriseSuiteCredentials) to obtain their credentials. Follow the links below to see how to supply the credentials when using sbt or Maven. +Bintray credentials are required to build applications using the Enterprise Suite portion of the Lightbend Platform. Lightbend customers should log into the [support portal](https://portal.lightbend.com/ReactivePlatform/EnterpriseSuiteCredentials) to obtain their credentials. Follow the links below to see how to supply the credentials when using sbt or Maven. -* [Reactive Platform setup for sbt](https://developer.lightbend.com/docs/reactive-platform/2.0/setup/setup-sbt.html) -* [Reactive Platform setup for Maven](https://developer.lightbend.com/docs/reactive-platform/2.0/setup/setup-maven.html) +* [Lightbend Platform setup for sbt](https://developer.lightbend.com/docs/reactive-platform/2.0/setup/setup-sbt.html) +* [Lightbend Platform setup for Maven](https://developer.lightbend.com/docs/reactive-platform/2.0/setup/setup-maven.html) [Contact Lightbend](https://www.lightbend.com/contact) to get started with Enterprise Suite.