Class DebeziumServerWithApicurioIT

    • Field Detail

      • server

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

      • DebeziumServerWithApicurioIT

        public DebeziumServerWithApicurioIT()
    • Method Detail

      • 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