Class EventHubsIT

    • Field Detail

      • LOGGER

        private static final org.slf4j.Logger LOGGER
      • producer

        protected static com.azure.messaging.eventhubs.EventHubProducerClient producer
      • consumer

        protected static com.azure.messaging.eventhubs.EventHubConsumerClient consumer
    • Constructor Detail

      • EventHubsIT

        public EventHubsIT()
    • Method Detail

      • stop

        @AfterAll
        static void stop()
      • setupDependencies

        void setupDependencies​(@Observes
                               io.debezium.server.events.ConnectorStartedEvent event)
      • connectorCompleted

        void connectorCompleted​(@Observes
                                io.debezium.server.events.ConnectorCompletedEvent event)
                         throws Exception
        Throws:
        Exception