From 3a40faf77dc27b5bdc4bc26c2b5bcc33450a7c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Tue, 5 Feb 2019 08:56:18 +0200 Subject: [PATCH] MXS-2288: Document `source` parameter behavior --- Documentation/Routers/Avrorouter.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/Routers/Avrorouter.md b/Documentation/Routers/Avrorouter.md index 7ca6151b4..02589bab6 100644 --- a/Documentation/Routers/Avrorouter.md +++ b/Documentation/Routers/Avrorouter.md @@ -65,6 +65,11 @@ For information about common service parameters, refer to the The source for the binary logs. This is an optional parameter. +**Note:** If the `source` parameter is defined the values for `binlogdir` and + `filestem` are only read from the source service. This means that the + parameters defined for the avrorouter are ignored and the ones in the + binlogrouter are used. + The value of this parameter should be the name of a Binlog Server service. The _filestem_ and _binlogdir_ parameters of this service will be read from the router_options and they will be used as the source for the binary logs. This