Class DebeziumResourceIT

java.lang.Object
io.debezium.kcrestextension.DebeziumResourceIT

public class DebeziumResourceIT extends Object
Tests topic creation (which is enabled in Kafka version greater than 2.6.0) and transforms endpoints. Debezium Container with 1.7 image is used for the same.
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • SUPPORTED_TRANSFORMS

      private static final List<String> SUPPORTED_TRANSFORMS
    • KAFKA_CONNECT_SMTs

      private static final List<String> KAFKA_CONNECT_SMTs
    • SUPPORTED_PREDICATES

      private static final List<String> SUPPORTED_PREDICATES
  • Constructor Details

    • DebeziumResourceIT

      public DebeziumResourceIT()
  • Method Details

    • start

      @BeforeEach public void start()
    • stop

      @AfterEach public void stop()
    • testTopicCreationEndpoint

      @Test public void testTopicCreationEndpoint()
    • testTopicCreationEndpointWhenExplicitlyDisabled

      @Test public void testTopicCreationEndpointWhenExplicitlyDisabled()
    • testTransformsEndpoint

      @Test @Disabled("See DBZ-7416 https://issues.redhat.com/browse/DBZ-7416") public void testTransformsEndpoint()
    • testPredicatesEndpoint

      @Test public void testPredicatesEndpoint()
    • testConnectorPluginsEndpoint

      @Test public void testConnectorPluginsEndpoint()