From da36ca344b0da498a6e2c5c092856367b2f04090 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Thu, 3 Dec 2015 17:15:24 +0200 Subject: [PATCH] Added binlogrouter to configuration guide After cherry-picking the binlogrouter document, it needed to be added to the configuration guide. --- Getting-Started/Configuration-Guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Getting-Started/Configuration-Guide.md b/Getting-Started/Configuration-Guide.md index b984baa05..c49788add 100644 --- a/Getting-Started/Configuration-Guide.md +++ b/Getting-Started/Configuration-Guide.md @@ -574,7 +574,8 @@ Read/Write aware statement based router: Simple sharding on database level: * [SchemaRouter](../Routers/SchemaRouter.md) -In addition to these routing modules, the binlogrouter module can act as a binary log proxy between a master and slave servers. +Binary log server: +* [Binlogrouter](../Routers/Binlogrouter.md) ## Diagnostic modules