Class MariaDbHybridConnectorAdapter

java.lang.Object
io.debezium.connector.mysql.strategy.mysql.MySqlConnectorAdapter
io.debezium.connector.mysql.strategy.mariadb.hybrid.MariaDbHybridConnectorAdapter
All Implemented Interfaces:
ConnectorAdapter

public class MariaDbHybridConnectorAdapter extends MySqlConnectorAdapter
This connector adapter provides a hybrid configuration where the user connects to a MariaDB target system; however, uses the MySQL driver.
Author:
Chris Cranford