Class MySqlConnectionConfiguration
java.lang.Object
io.debezium.connector.mysql.strategy.AbstractConnectionConfiguration
io.debezium.connector.mysql.strategy.mysql.MySqlConnectionConfiguration
- All Implemented Interfaces:
ConnectionConfiguration
An
AbstractConnectionConfiguration implementation for MySQL.- Author:
- Chris Cranford
-
Field Summary
FieldsFields inherited from class io.debezium.connector.mysql.strategy.AbstractConnectionConfiguration
URL_PATTERN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected StringresolveConnectionTimeZone(Configuration dbConfig) Methods inherited from class io.debezium.connector.mysql.strategy.AbstractConnectionConfiguration
config, eventProcessingFailureHandlingMode, factory, getConnectionTimeout, hostname, inconsistentSchemaHandlingMode, originalConfig, password, port, sslKeyStore, sslKeyStorePassword, sslMode, sslModeEnabled, sslTrustStore, sslTrustStorePassword, username
-
Field Details
-
JDBC_PROPERTY_CONNECTION_TIME_ZONE
- See Also:
-
-
Constructor Details
-
MySqlConnectionConfiguration
-
-
Method Details
-
getConnectionTimeZonePropertyName
- Specified by:
getConnectionTimeZonePropertyNamein classAbstractConnectionConfiguration
-
resolveConnectionTimeZone
- Specified by:
resolveConnectionTimeZonein classAbstractConnectionConfiguration
-