From db9169be08b80b3c71b80cabc45612d3c34ef2fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Tue, 20 Feb 2018 00:42:27 +0200 Subject: [PATCH] Add note about CDC connector installation The documentation for the CDC Connector now mentions how it can be installed as a package. --- Documentation/Connectors/CDC-Connector.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/Connectors/CDC-Connector.md b/Documentation/Connectors/CDC-Connector.md index 32af1bc68..311f19084 100644 --- a/Documentation/Connectors/CDC-Connector.md +++ b/Documentation/Connectors/CDC-Connector.md @@ -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`