Package io.debezium.connector.mysql.jdbc
Class MySqlConnectionConfiguration
java.lang.Object
io.debezium.connector.binlog.jdbc.BinlogConnectionConfiguration
io.debezium.connector.mysql.jdbc.MySqlConnectionConfiguration
- All Implemented Interfaces:
ConnectionConfiguration
An
BinlogConnectionConfiguration implementation for MySQL.- Author:
- Chris Cranford
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected JdbcConnection.ConnectionFactorycreateFactory(Configuration configuration) protected Stringprotected Configuration.BuildergetDatabaseConfiguration(Configuration configuration) protected StringresolveConnectionTimeZone(Configuration dbConfig) Methods inherited from class io.debezium.connector.binlog.jdbc.BinlogConnectionConfiguration
config, factory, getConnectionTimeout, getJdbcConfiguration, hostname, originalConfig, password, port, sslKeyStore, sslKeyStorePassword, sslMode, sslModeEnabled, sslTrustStore, sslTrustStorePassword, username
-
Field Details
-
JDBC_PROPERTY_CONNECTION_TIME_ZONE
- See Also:
-
URL_PATTERN
- See Also:
-
-
Constructor Details
-
MySqlConnectionConfiguration
-
-
Method Details
-
getConnectionTimeZonePropertyName
- Specified by:
getConnectionTimeZonePropertyNamein classBinlogConnectionConfiguration
-
resolveConnectionTimeZone
- Specified by:
resolveConnectionTimeZonein classBinlogConnectionConfiguration
-
getDatabaseConfiguration
- Overrides:
getDatabaseConfigurationin classBinlogConnectionConfiguration
-
getUrlPattern
- Specified by:
getUrlPatternin interfaceConnectionConfiguration- Specified by:
getUrlPatternin classBinlogConnectionConfiguration
-
createFactory
- Specified by:
createFactoryin classBinlogConnectionConfiguration
-