Package io.debezium.kcrestextension
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 Summary
Fields Modifier and Type Field Description private static StringDEBEZIUM_CONTAINER_IMAGE_VERSIONprivate static org.slf4j.LoggerLOGGER
-
Constructor Summary
Constructors Constructor Description DebeziumResourceIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart()voidstop()voidtestTopicCreationEndpoint()voidtestTopicCreationEndpointWhenExplicitlyDisabled()voidtestTransformsEndpoint()
-
-
-
Field Detail
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
DEBEZIUM_CONTAINER_IMAGE_VERSION
private static final String DEBEZIUM_CONTAINER_IMAGE_VERSION
- See Also:
- Constant Field Values
-
-
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()
-
-