Add note about CDC connector installation
The documentation for the CDC Connector now mentions how it can be installed as a package.
This commit is contained in:
@ -8,6 +8,11 @@ The C++ connector for the [MariaDB MaxScale](https://mariadb.com/products/techno
|
|||||||
The CDC connector is a single-file connector which allows it to be relatively
|
The CDC connector is a single-file connector which allows it to be relatively
|
||||||
easily embedded into existing applications.
|
easily embedded into existing applications.
|
||||||
|
|
||||||
|
To start using the connector, either download it from the
|
||||||
|
[MariaDB website](https://mariadb.com/downloads/mariadb-tx/connector) or
|
||||||
|
[configure the MaxScale repository](https://mariadb.com/kb/en/library/mariadb-package-repository-setup-and-usage/)
|
||||||
|
and install the `maxscale-cdc-connector` package.
|
||||||
|
|
||||||
## API Overview
|
## API Overview
|
||||||
|
|
||||||
A CDC connection object is prepared by instantiating the `CDC::Connection`
|
A CDC connection object is prepared by instantiating the `CDC::Connection`
|
||||||
|
Reference in New Issue
Block a user