Interface OcpKafka

    • Field Detail

      • KAFKA

        static final String KAFKA
      • KAFKA_CONNECT_S2I_LOGGING

        static final String KAFKA_CONNECT_S2I_LOGGING
      • KAFKA_CONNECT_S2I

        static final String KAFKA_CONNECT_S2I
    • Method Detail

      • deployKafkaCluster

        default io.debezium.testing.system.tools.kafka.KafkaController deployKafkaCluster​(io.fabric8.openshift.client.OpenShiftClient ocp)
                                                                                   throws Exception
        Throws:
        Exception
      • deployKafkaConnectCluster

        default io.debezium.testing.system.tools.kafka.KafkaConnectController deployKafkaConnectCluster​(io.fabric8.openshift.client.OpenShiftClient ocp)
                                                                                                 throws InterruptedException
        Throws:
        InterruptedException
      • updateKafkaOperator

        default void updateKafkaOperator​(String project,
                                         io.fabric8.openshift.client.OpenShiftClient ocp)