Class OcpKafka
java.lang.Object
fixture5.TestFixture
io.debezium.testing.system.fixtures.kafka.OcpKafka
public class OcpKafka
extends fixture5.TestFixture
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprivate voiddeployConnectCluster(io.debezium.testing.system.tools.kafka.StrimziOperatorController operatorController) private voiddeployKafkaCluster(io.debezium.testing.system.tools.kafka.StrimziOperatorController operatorController) voidsetup()voidteardown()private io.debezium.testing.system.tools.kafka.StrimziOperatorControllerMethods inherited from class fixture5.TestFixture
retrieve, retrieve, store, store, store
-
Field Details
-
Constructor Details
-
OcpKafka
public OcpKafka(@NotNull org.junit.jupiter.api.extension.ExtensionContext.Store store)
-
-
Method Details
-
setup
public void setup()- Specified by:
setupin classfixture5.TestFixture
-
teardown
public void teardown()- Specified by:
teardownin classfixture5.TestFixture
-
deployKafkaCluster
private void 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) throws InterruptedException - Throws:
InterruptedException
-
deployArtifactServer
- Throws:
InterruptedException
-
updateKafkaOperator
private io.debezium.testing.system.tools.kafka.StrimziOperatorController updateKafkaOperator()
-