Package io.debezium.kcrestextension
Class DebeziumResourceIT
java.lang.Object
io.debezium.kcrestextension.DebeziumResourceIT
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
-
KAFKA_CONNECT_SMTs
-
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()
-