Skip to content
Snippets Groups Projects
Commit 383bbd9e authored by David Trattnig's avatar David Trattnig
Browse files

Improved wording of heading.

parent 37f7922a
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
- [Single Deployment](#single-deployment) - [Single Deployment](#single-deployment)
- [Redundant Deployment](#redundant-deployment) - [Redundant Deployment](#redundant-deployment)
- [Managing Active Engine State](#managing-active-engine-state) - [Managing Active Engine State](#managing-active-engine-state)
- [High Availability Playlog Synchronization](#high-availability-playlog-synchronization) - [Playlog Synchronization for High Availability deployment scenarios](#playlog-synchronization-for-high-availability-deployment-scenarios)
- [Active Sync](#active-sync) - [Active Sync](#active-sync)
- [Passive Sync](#passive-sync) - [Passive Sync](#passive-sync)
- [Getting started](#getting-started) - [Getting started](#getting-started)
...@@ -83,7 +83,7 @@ the active engine state to the *Sync Node*. ...@@ -83,7 +83,7 @@ the active engine state to the *Sync Node*.
> In your live deployment you might not want to expose the API directly on the web. For security reasons it's highly recommended to guard it using something like NGINX, > In your live deployment you might not want to expose the API directly on the web. For security reasons it's highly recommended to guard it using something like NGINX,
acting as a reverse proxy to shield your API. acting as a reverse proxy to shield your API.
#### High Availability Playlog Synchronization #### Playlog Synchronization for High Availability deployment scenarios
Usually when some new audio source starts playing, AURA Engine logs it to its local Engine API instance via some REST call. Now, the *Local API server* stores this information in its Usually when some new audio source starts playing, AURA Engine logs it to its local Engine API instance via some REST call. Now, the *Local API server* stores this information in its
local database. Next, it also performs a POST request to the *Synchronization API Server*. This *Sync Node* checks if this request is coming from the currently active engine instance. local database. Next, it also performs a POST request to the *Synchronization API Server*. This *Sync Node* checks if this request is coming from the currently active engine instance.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment