java.lang.Object
fixture5.TestFixture
io.debezium.testing.system.fixtures.kafka.OcpKafka

public class OcpKafka extends fixture5.TestFixture
  • Field Details

    • ocp

      private final io.fabric8.openshift.client.OpenShiftClient ocp
    • project

      private final String project
    • KAFKA_CONNECT_LOGGING

      String KAFKA_CONNECT_LOGGING
    • ARTIFACT_SERVER_DEPLOYMENT

      String ARTIFACT_SERVER_DEPLOYMENT
    • ARTIFACT_SERVER_SERVICE

      String ARTIFACT_SERVER_SERVICE
  • Constructor Details

    • OcpKafka

      public OcpKafka(@NotNull org.junit.jupiter.api.extension.ExtensionContext.Store store)
  • Method Details

    • setup

      public void setup() throws Exception
      Specified by:
      setup in class fixture5.TestFixture
      Throws:
      Exception
    • teardown

      public void teardown()
      Specified by:
      teardown in class fixture5.TestFixture
    • deployKafkaCluster

      private io.debezium.testing.system.tools.kafka.OcpKafkaController deployKafkaCluster(io.debezium.testing.system.tools.kafka.StrimziOperatorController operatorController) throws Exception
      Throws:
      Exception
    • deployConnectCluster

      private void deployConnectCluster(io.debezium.testing.system.tools.kafka.StrimziOperatorController operatorController, io.debezium.testing.system.tools.kafka.OcpKafkaController kafkaController) throws Exception
      Throws:
      Exception
    • deployArtifactServer

      private io.debezium.testing.system.tools.artifacts.OcpArtifactServerController deployArtifactServer() throws Exception
      Throws:
      Exception
    • updateKafkaOperator

      private io.debezium.testing.system.tools.kafka.StrimziOperatorController updateKafkaOperator()