public class PulsarIT extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static TestDatabase |
db |
private static int |
MESSAGE_COUNT |
protected static org.apache.pulsar.client.api.PulsarClient |
pulsarClient |
(package private) DebeziumServer |
server |
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) |
(package private) static void |
stop() |
void |
testPulsar() |
private static final int MESSAGE_COUNT
private static final String TOPIC_NAME
protected static TestDatabase db
protected static org.apache.pulsar.client.api.PulsarClient pulsarClient
@Inject DebeziumServer server
@AfterAll
static void stop()
throws IOException
IOExceptionvoid setupDependencies(@Observes
io.debezium.server.events.ConnectorStartedEvent event)
throws IOException
IOExceptionvoid connectorCompleted(@Observes
io.debezium.server.events.ConnectorCompletedEvent event)
throws Exception
ExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.