Class ConnectorTestBase

    • Field Detail

      • LOGGER

        private static final org.slf4j.Logger LOGGER
      • ocp

        protected static io.fabric8.openshift.client.OpenShiftClient ocp
      • testUtils

        protected static TestUtils testUtils
      • httpClient

        protected static okhttp3.OkHttpClient httpClient
      • KAFKA

        public static final String KAFKA
      • KAFKA_CONNECT_S2I_LOGGING

        public static final String KAFKA_CONNECT_S2I_LOGGING
      • KAFKA_CONNECT_S2I

        public static final String KAFKA_CONNECT_S2I
      • KAFKA_CONSUMER_PROPS

        protected static Properties KAFKA_CONSUMER_PROPS
      • kafkaController

        protected static io.debezium.testing.openshift.tools.kafka.KafkaController kafkaController
      • kafkaConnectController

        protected static io.debezium.testing.openshift.tools.kafka.OcpKafkaConnectController kafkaConnectController
      • operatorController

        protected static io.debezium.testing.openshift.tools.kafka.StrimziOperatorController operatorController
      • registryDeployer

        protected static io.debezium.testing.openshift.tools.registry.RegistryDeployer registryDeployer
      • registryController

        protected static io.debezium.testing.openshift.tools.registry.RegistryController registryController
    • Constructor Detail

      • ConnectorTestBase

        public ConnectorTestBase()