Class SqsIT

java.lang.Object
io.debezium.server.sqs.SqsIT

@QuarkusTestResource(io.debezium.testing.testcontainers.PostgresTestResourceLifecycleManager.class) @QuarkusTestResource(SqsTestResourceLifecycleManager.class) public class SqsIT extends Object
Integration test that verifies basic reading from PostgreSQL database and sending to SQS.
Author:
V K
  • Field Details

  • Constructor Details

    • SqsIT

      public SqsIT()
  • Method Details

    • connectorCompleted

      void connectorCompleted(@Observes io.debezium.server.events.ConnectorCompletedEvent event) throws Exception
      Throws:
      Exception
    • testSqs

      @Test public void testSqs() throws Exception
      Throws:
      Exception