@QuarkusTestResource(value=io.debezium.testing.testcontainers.PostgresTestResourceLifecycleManager.class) @QuarkusTestResource(value=PulsarTestResourceLifecycleManager.class) public class PulsarIT extends Object
| Modifier and Type | Field and Description |
|---|---|
private static int |
MESSAGE_COUNT |
protected static org.apache.pulsar.client.api.PulsarClient |
pulsarClient |
private static String |
TOPIC_NAME |
| Constructor and Description |
|---|
PulsarIT() |
| 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 |
testPulsar() |
private static final int MESSAGE_COUNT
private static final String TOPIC_NAME
protected static org.apache.pulsar.client.api.PulsarClient pulsarClient
void setupDependencies(@Observes
io.debezium.server.events.ConnectorStartedEvent event)
throws IOException
IOExceptionvoid connectorCompleted(@Observes
io.debezium.server.events.ConnectorCompletedEvent event)
throws Exception
ExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.