Create combined read-write splitting routing tutorial

The read-write splitting routing tutorial is a combination of the two
different read-write splitting routing tutorials. As with the connection
routing tutorial, this should reduce the maintenance burden.
This commit is contained in:
Markus Mäkelä
2018-03-09 12:30:33 +02:00
parent b4ac1b4d07
commit fe2dfe03f4
2 changed files with 173 additions and 3 deletions

View File

@ -34,9 +34,10 @@ that will be directed to a server where writes can be sent and another that will
load balance between all servers. To achieve this, we need to define two
services in the configuration file.
Create the following two sections in your configuration file. The section names
are the names of the services themselves and should be meaningful to the
administrator. For this tutorial, we use the `Write-Service` and `Read-Service` names for our services.
Create the following two sections in your configuration file. The section
names are the names of the services themselves and should be meaningful to
the administrator. For this tutorial, we use the `Write-Service` and
`Read-Service` names for our services.
```
[Write-Service]