Add module command documentation for avrorouter
The documentation lists the one command it implements.
This commit is contained in:
@ -120,6 +120,9 @@ is the name of the function. _ARGS_ is a function specific list of arguments.
|
|||||||
|
|
||||||
Read [Module Commands](../Reference/Module-Commands.md) documentation for more details.
|
Read [Module Commands](../Reference/Module-Commands.md) documentation for more details.
|
||||||
|
|
||||||
|
In the 2.1 release of MaxScale, the [_dbfwfilter_}(../Filters/Database-Firewall-Filter.md)
|
||||||
|
and [_avrorouter_](../Routers/Avrorouter.md) implement module commands.
|
||||||
|
|
||||||
### Amazon RDS Aurora monitor
|
### Amazon RDS Aurora monitor
|
||||||
|
|
||||||
The new [Aurora Monitor](../Monitors/Aurora-Monitor.md) module allows monitoring
|
The new [Aurora Monitor](../Monitors/Aurora-Monitor.md) module allows monitoring
|
||||||
|
@ -142,6 +142,18 @@ data block. The default value is 1 transaction.
|
|||||||
Controls the number of row events that are grouped into a single Avro
|
Controls the number of row events that are grouped into a single Avro
|
||||||
data block. The default value is 1000 row events.
|
data block. The default value is 1000 row events.
|
||||||
|
|
||||||
|
## Module commands
|
||||||
|
|
||||||
|
Read [Module Commands](../Reference/Module-Commands.md) documentation for details about module commands.
|
||||||
|
|
||||||
|
The avrorouter supports the following module commands.
|
||||||
|
|
||||||
|
### `avrorouter::convert SERVICE {start | stop}`
|
||||||
|
|
||||||
|
Start or stop the binary log to Avro conversion. The first parameter is the name
|
||||||
|
of the service to stop and the second parameter tells whether to start the
|
||||||
|
conversion process or to stop it.
|
||||||
|
|
||||||
# Files Created by the Avrorouter
|
# Files Created by the Avrorouter
|
||||||
|
|
||||||
The avrorouter creates two files in the location pointed by _avrodir_:
|
The avrorouter creates two files in the location pointed by _avrodir_:
|
||||||
|
Reference in New Issue
Block a user