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:
Markus Mäkelä 2018-02-20 00:42:27 +02:00
parent e56aedb85f
commit db9169be08
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -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
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
A CDC connection object is prepared by instantiating the `CDC::Connection`