Class SchemaHistoryTopicIT

java.lang.Object
io.debezium.embedded.AbstractConnectorTest
io.debezium.connector.sqlserver.SchemaHistoryTopicIT
All Implemented Interfaces:
Testing

public class SchemaHistoryTopicIT extends AbstractConnectorTest
Integration test for the user-facing history topic of the Debezium SQL Server connector.

The tests should verify the CREATE schema events from snapshot and the CREATE and the ALTER schema events from streaming

Author:
Jiri Pechanec
  • Field Details

    • connection

      private io.debezium.connector.sqlserver.SqlServerConnection connection
  • Constructor Details

    • SchemaHistoryTopicIT

      public SchemaHistoryTopicIT()
  • Method Details