public class EventHubsIT extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static com.azure.messaging.eventhubs.EventHubConsumerClient |
consumer |
private static String |
CONSUMER_GROUP |
protected static TestDatabase |
db |
private static org.slf4j.Logger |
LOGGER |
private static int |
MESSAGE_COUNT |
protected static com.azure.messaging.eventhubs.EventHubProducerClient |
producer |
(package private) DebeziumServer |
server |
| Constructor and Description |
|---|
EventHubsIT() |
| 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 |
testEventHubs() |
private static final org.slf4j.Logger LOGGER
private static final int MESSAGE_COUNT
private static final String CONSUMER_GROUP
protected static TestDatabase db
protected static com.azure.messaging.eventhubs.EventHubProducerClient producer
protected static com.azure.messaging.eventhubs.EventHubConsumerClient consumer
@Inject DebeziumServer server
@AfterAll static void stop()
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.