Routers for MariaDB MaxScale 2.5
This page is part of MariaDB's Documentation.
The parent of this page is: Reference for MariaDB MaxScale 2.5
Topics on this page:
Overview
MariaDB MaxScale 2.5 supports multiple routers.
Reference material is available for MariaDB MaxScale 2.5.
MariaDB MaxScale 2.5 Routers
The following Routers are supported by MariaDB MaxScale 2.5:
Router | Type | Description |
---|---|---|
Replication | Avro Router renders Binary Log events to JSON or Avro files and passed through the CDC Protocol to other services, like Kafka or Hadoop | |
Replication | Binary Log Router serves binlog events to Replica Servers | |
Query | Cat Router sends queries to all Servers | |
Query | Hint Router uses routing hints to specify where to send queries | |
Replicate data changes from MariaDB to Kafka | ||
Query | Read Connection Router balances the query load across the available Servers | |
Query | Read/Write Splitter sends write operations to the Primary Server and balances the query load of read operations between the Replica Servers | |
Query | Schema Router provides simple sharding of data across multiple Servers | |
Provides routing for the Smart Query feature |
To see Routers supported in other versions, see "Routers by MariaDB MaxScale Version".