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
    • DEBEZIUM_CONTAINER_IMAGE_VERSION

      private static final String DEBEZIUM_CONTAINER_IMAGE_VERSION
      See Also:
  • 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 public void testTransformsEndpoint()