@QuarkusTestResource(value=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
| Modifier and Type | Field and Description |
|---|---|
private static int |
MESSAGE_COUNT |
(package private) io.debezium.server.DebeziumServer |
server |
| Constructor and Description |
|---|
DebeziumServerWithApicurioIT() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
connectorCompleted(io.debezium.server.events.ConnectorCompletedEvent event) |
(package private) void |
setupDependencies(io.debezium.server.events.ConnectorStartedEvent event) |
void |
testPostgresWithApicurioAvro() |
void |
testPostgresWithApicurioExtJson() |
private static final int MESSAGE_COUNT
@Inject io.debezium.server.DebeziumServer server
void setupDependencies(@Observes
io.debezium.server.events.ConnectorStartedEvent event)
void connectorCompleted(@Observes
io.debezium.server.events.ConnectorCompletedEvent event)
throws Exception
Exception@Test
@EnabledIfSystemProperty(named="test.apicurio.converter.format",
matches="avro")
public void testPostgresWithApicurioAvro()
throws Exception
ExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.