Class DebeziumServerWithApicurioIT

java.lang.Object
io.debezium.server.DebeziumServerWithApicurioIT

@QuarkusTestResource(io.debezium.testing.testcontainers.PostgresTestResourceLifecycleManager.class) @EnabledIfSystemProperty(named="test.apicurio", matches="true", disabledReason="DebeziumServerWithApicurioIT only runs when apicurio profile is enabled.") public class DebeziumServerWithApicurioIT extends Object
  • Field Details

    • MESSAGE_COUNT

      private static final int MESSAGE_COUNT
      See Also:
    • server

      @Inject io.debezium.server.DebeziumServer server
  • Constructor Details

    • DebeziumServerWithApicurioIT

      public DebeziumServerWithApicurioIT()
  • Method Details

    • setupDependencies

      void setupDependencies(@Observes io.debezium.server.events.ConnectorStartedEvent event)
    • connectorCompleted

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

      @Test @EnabledIfSystemProperty(named="test.apicurio.converter.format", matches="avro") public void testPostgresWithApicurioAvro() throws Exception
      Throws:
      Exception
    • testPostgresWithApicurioExtJson

      @Test @EnabledIfSystemProperty(named="test.apicurio.converter.format", matches="json") public void testPostgresWithApicurioExtJson() throws Exception
      Throws:
      Exception