Package io.debezium.server
Class DebeziumServerIT
- java.lang.Object
-
- io.debezium.server.DebeziumServerIT
-
@QuarkusTestResource(io.debezium.testing.testcontainers.PostgresTestResourceLifecycleManager.class) @EnabledIfSystemProperty(named="test.apicurio", matches="false", disabledReason="DebeziumServerIT doesn\'t run with apicurio profile.") @DisabledIfSystemProperty(named="debezium.format.key",matches="protobuf") @DisabledIfSystemProperty(named="debezium.format.value",matches="protobuf") public class DebeziumServerIT extends Object
Integration test that verifies basic reading from PostgreSQL database.- Author:
- Jiri Pechanec
-
-
Field Summary
Fields Modifier and Type Field Description private static intMESSAGE_COUNT(package private) io.debezium.server.DebeziumServerserver
-
Constructor Summary
Constructors Constructor Description DebeziumServerIT()
-
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)voidtestPostgresWithJson()
-
-
-
Field Detail
-
MESSAGE_COUNT
private static final int MESSAGE_COUNT
- See Also:
- Constant Field Values
-
server
@Inject io.debezium.server.DebeziumServer server
-
-