Package io.debezium.server
Class DebeziumServerWithApicurioIT
java.lang.Object
io.debezium.server.DebeziumServerWithApicurioIT
@QuarkusTestResource(io.debezium.testing.testcontainers.PostgresTestResourceLifecycleManager.class)
@EnabledIfSystemProperty(named="test.apicurio",
matches="true",
disabledReason="DebeziumServerWithApicurioIT only runs when apicurio profile is enabled.")
public class DebeziumServerWithApicurioIT
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int(package private) io.debezium.server.DebeziumServer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidconnectorCompleted(io.debezium.server.events.ConnectorCompletedEvent event) (package private) voidsetupDependencies(io.debezium.server.events.ConnectorStartedEvent event) voidvoid
-
Field Details
-
MESSAGE_COUNT
private static final int MESSAGE_COUNT- See Also:
-
server
@Inject io.debezium.server.DebeziumServer server
-
-
Constructor Details
-
DebeziumServerWithApicurioIT
public DebeziumServerWithApicurioIT()
-
-
Method Details
-
setupDependencies
void setupDependencies(@Observes io.debezium.server.events.ConnectorStartedEvent event) -
connectorCompleted
void connectorCompleted(@Observes io.debezium.server.events.ConnectorCompletedEvent event) throws Exception - Throws:
Exception
-
testPostgresWithApicurioAvro
@Test @EnabledIfSystemProperty(named="test.apicurio.converter.format", matches="avro") public void testPostgresWithApicurioAvro() throws Exception- Throws:
Exception
-
testPostgresWithApicurioExtJson
@Test @EnabledIfSystemProperty(named="test.apicurio.converter.format", matches="json") public void testPostgresWithApicurioExtJson() throws Exception- Throws:
Exception
-