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 voidMaxwellMysqlStatus. ensureGtidMysqlState(Connection c)Verify that we can safely turn on maxwell GTID modestatic voidMaxwellMysqlStatus. ensureMaxwellMysqlState(Connection c)Verify that the maxwell database is in the expected statestatic voidMaxwellMysqlStatus. 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 MINIMALStringMaxwellMysqlStatus. getVariableState(String variableName, boolean throwOnMissing)
-