Class 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 Detail

      • LOGGER

        private static final org.slf4j.Logger LOGGER
    • Constructor Detail

      • DebeziumResourceIT

        public DebeziumResourceIT()
    • Method Detail

      • 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()