Class PulsarIT

java.lang.Object
io.debezium.server.pulsar.PulsarIT

@QuarkusTestResource(io.debezium.testing.testcontainers.PostgresTestResourceLifecycleManager.class) @QuarkusTestResource(PulsarTestResourceLifecycleManager.class) public class PulsarIT extends Object
Integration test that verifies basic reading from PostgreSQL database and writing to an Apache Pulsar topic.
Author:
Jiri Pechanec
  • Field Details

  • Constructor Details

    • PulsarIT

      public PulsarIT()
  • Method Details

    • setupDependencies

      void setupDependencies(@Observes io.debezium.server.events.ConnectorStartedEvent event) throws IOException
      Throws:
      IOException
    • connectorCompleted

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

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