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
Fields Modifier and Type Field Description private static intMESSAGE_COUNT(package private) io.debezium.server.DebeziumServerserver
-
Constructor Summary
Constructors Constructor Description DebeziumServerWithApicurioIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidconnectorCompleted(io.debezium.server.events.ConnectorCompletedEvent event)(package private) voidsetupDependencies(io.debezium.server.events.ConnectorStartedEvent event)voidtestPostgresWithApicurioAvro()voidtestPostgresWithApicurioExtJson()
-
-
-
Field Detail
-
MESSAGE_COUNT
private static final int MESSAGE_COUNT
- See Also:
- Constant Field Values
-
server
@Inject io.debezium.server.DebeziumServer server
-
-
Method Detail
-
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
-
-