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

public class OcpKafka extends fixture5.TestFixture
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) String
     
    (package private) String
     
    (package private) String
     
    private static final org.slf4j.Logger
     
    private final io.fabric8.openshift.client.OpenShiftClient
     
    private final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    OcpKafka(org.junit.jupiter.api.extension.ExtensionContext.Store store)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private io.debezium.testing.system.tools.artifacts.OcpArtifactServerController
     
    private void
    deployConnectCluster(io.debezium.testing.system.tools.kafka.StrimziOperatorController operatorController, io.debezium.testing.system.tools.kafka.OcpKafkaController kafkaController)
     
    private io.debezium.testing.system.tools.kafka.OcpKafkaController
    deployKafkaCluster(io.debezium.testing.system.tools.kafka.StrimziOperatorController operatorController)
     
    void
     
    void
     

    Methods inherited from class fixture5.TestFixture

    retrieve, retrieve, store, store, store

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ocp

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

      private final String project
    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • 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