Class JdbcSinkInsertModeIT
java.lang.Object
io.debezium.connector.jdbc.integration.AbstractJdbcSinkTest
io.debezium.connector.jdbc.integration.AbstractJdbcSinkInsertModeTest
io.debezium.connector.jdbc.integration.mysql.JdbcSinkInsertModeIT
@Tag("all") @Tag("it") @Tag("it-mysql")
@ExtendWith(MySqlSinkDatabaseContextProvider.class)
public class JdbcSinkInsertModeIT
extends AbstractJdbcSinkInsertModeTest
Insert Mode tests for MySQL.
- Author:
- Chris Cranford
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.connector.jdbc.integration.AbstractJdbcSinkInsertModeTest
testInsertModeInsertWithNoPrimaryKey, testInsertModeInsertWithPrimaryKeyModeKafka, testInsertModeInsertWithPrimaryKeyModeRecordKey, testInsertModeInsertWithPrimaryKeyModeRecordValue, testInsertModeUpdateWithNoPrimaryKey, testInsertModeUpdateWithPrimaryKeyModeKafka, testInsertModeUpdateWithPrimaryKeyModeRecordKey, testInsertModeUpdateWithPrimaryKeyModeRecordValue, testInsertModeUpsertWithNoPrimaryKey, testInsertModeUpsertWithPrimaryKeyModeKafka, testInsertModeUpsertWithPrimaryKeyModeRecordKey, testInsertModeUpsertWithPrimaryKeyModeRecordValueMethods inherited from class io.debezium.connector.jdbc.integration.AbstractJdbcSinkTest
afterEach, assertSinkConnectorIsRunning, consume, consume, dataSource, destinationTableName, getConfig, getDefaultSinkConfig, getSink, randomTableName, startSinkConnector, stopSinkConnector, topicName
-
Constructor Details
-
JdbcSinkInsertModeIT
-