@QuarkusTestResource(value=io.debezium.testing.testcontainers.PostgresTestResourceLifecycleManager.class) public class KinesisIT extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static software.amazon.awssdk.services.kinesis.KinesisClient |
kinesis |
private static int |
MESSAGE_COUNT |
(package private) DebeziumServer |
server |
private static String |
STREAM_NAME |
| Constructor and Description |
|---|
KinesisIT() |
| 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 |
testKinesis() |
private static final int MESSAGE_COUNT
private static final String STREAM_NAME
protected static software.amazon.awssdk.services.kinesis.KinesisClient kinesis
@Inject DebeziumServer server
void setupDependencies(@Observes
io.debezium.server.events.ConnectorStartedEvent event)
void connectorCompleted(@Observes
io.debezium.server.events.ConnectorCompletedEvent event)
throws Exception
ExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.