Interface OcpKafka

    • Field Detail

      • KAFKA

        static final String KAFKA
      • KAFKA_CONNECT_LOGGING

        static final String KAFKA_CONNECT_LOGGING
      • KAFKA_CONNECT

        static final String KAFKA_CONNECT
      • KAFKA_CONNECT_BUILD

        static final String KAFKA_CONNECT_BUILD
    • Method Detail

      • deployKafkaCluster

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

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

        default io.debezium.testing.system.tools.kafka.StrimziOperatorController updateKafkaOperator​(String project,
                                                                                                     io.fabric8.openshift.client.OpenShiftClient ocp)