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:
@ -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]
|
||||
|
||||
Reference in New Issue
Block a user