Interface OcpApicurio
-
- All Superinterfaces:
ConnectorDecoratorFixture,ConnectorSetupFixture,DatabaseSetupFixture,KafkaRuntimeFixture,KafkaSetupFixture,OcpClient,RegistryRuntimeFixture,RegistrySetupFixture,TestSetupFixture
- All Known Implementing Classes:
OcpAvroDB2ConnectorIT,OcpAvroMongoConnectorIT,OcpAvroMySqlConnectorIT,OcpAvroPostgreSqlConnectorIT,OcpAvroSqlServerConnectorIT
public interface OcpApicurio extends TestSetupFixture, RegistrySetupFixture, RegistryRuntimeFixture, KafkaRuntimeFixture, OcpClient
-
-
Field Summary
Fields Modifier and Type Field Description static StringREGISTRY_ID_TOPIC_PATHstatic StringREGISTRY_STORAGE_TOPIC_PATHstatic StringREGISTRY_V1_DEPLOYMENT_PATHstatic StringREGISTRY_V2_DEPLOYMENT_PATH-
Fields inherited from interface io.debezium.testing.system.fixtures.registry.RegistrySetupFixture
LOGGER
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidsetupApicurioV1()default voidsetupApicurioV2()default voidsetupRegistry()default voidteardownRegistry()default voidupdateApicurioOperator(String project, io.fabric8.openshift.client.OpenShiftClient ocp)-
Methods inherited from interface io.debezium.testing.system.fixtures.connectors.ConnectorDecoratorFixture
decorateConnectorConfig
-
Methods inherited from interface io.debezium.testing.system.fixtures.connectors.ConnectorSetupFixture
setupConnector, teardownConnector
-
Methods inherited from interface io.debezium.testing.system.fixtures.databases.DatabaseSetupFixture
setupDatabase, teardownDatabase
-
Methods inherited from interface io.debezium.testing.system.fixtures.kafka.KafkaRuntimeFixture
getConnectorMetrics, getKafkaConnectController, getKafkaController, setKafkaConnectController, setKafkaController
-
Methods inherited from interface io.debezium.testing.system.fixtures.kafka.KafkaSetupFixture
setupKafka, teardownKafka
-
Methods inherited from interface io.debezium.testing.system.fixtures.OcpClient
getOcpClient, setOcpClient, setupOcpClient, teardownOcpClient
-
Methods inherited from interface io.debezium.testing.system.fixtures.registry.RegistryRuntimeFixture
getRegistryController, setRegistryController
-
-
-
-
Field Detail
-
REGISTRY_V1_DEPLOYMENT_PATH
static final String REGISTRY_V1_DEPLOYMENT_PATH
- See Also:
- Constant Field Values
-
REGISTRY_V2_DEPLOYMENT_PATH
static final String REGISTRY_V2_DEPLOYMENT_PATH
- See Also:
- Constant Field Values
-
REGISTRY_STORAGE_TOPIC_PATH
static final String REGISTRY_STORAGE_TOPIC_PATH
-
REGISTRY_ID_TOPIC_PATH
static final String REGISTRY_ID_TOPIC_PATH
-
-
Method Detail
-
setupRegistry
default void setupRegistry() throws Exception- Specified by:
setupRegistryin interfaceRegistrySetupFixture- Throws:
Exception
-
updateApicurioOperator
default void updateApicurioOperator(String project, io.fabric8.openshift.client.OpenShiftClient ocp)
-
teardownRegistry
default void teardownRegistry()
- Specified by:
teardownRegistryin interfaceRegistrySetupFixture
-
setupApicurioV1
default void setupApicurioV1() throws InterruptedException- Throws:
InterruptedException
-
setupApicurioV2
default void setupApicurioV2() throws InterruptedException- Throws:
InterruptedException
-
-