Uses of Class
com.zendesk.maxwell.MaxwellCompatibilityError
-
Packages that use MaxwellCompatibilityError Package Description com.zendesk.maxwell top level classes concerned with instantiating and running a Maxwell replicator. -
-
Uses of MaxwellCompatibilityError in com.zendesk.maxwell
Methods in com.zendesk.maxwell that throw MaxwellCompatibilityError Modifier and Type Method Description static void
MaxwellMysqlStatus. ensureGtidMysqlState(Connection c)
Verify that we can safely turn on maxwell GTID modestatic void
MaxwellMysqlStatus. ensureMaxwellMysqlState(Connection c)
Verify that the maxwell database is in the expected statestatic void
MaxwellMysqlStatus. ensureReplicationMysqlState(Connection c)
Verify that replication is in the expected state: Check that a serverID is set check that binary logging is on Check that the binlog_format is "ROW" Warn if binlog_row_image is MINIMALString
MaxwellMysqlStatus. getVariableState(String variableName, boolean throwOnMissing)
-