Interface OcpApicurio
-
- All Superinterfaces:
ConnectorDecoratorFixture,ConnectorSetupFixture,DatabaseSetupFixture,KafkaRuntimeFixture,KafkaSetupFixture,OcpClient,RegistryRuntimeFixture,RegistrySetupFixture,TestSetupFixture
- All Known Implementing Classes:
OcpAvroMySqlConnectorIT
public interface OcpApicurio extends TestSetupFixture, RegistrySetupFixture, RegistryRuntimeFixture, KafkaRuntimeFixture, OcpClient, ConnectorDecoratorFixture
-
-
Field Summary
Fields Modifier and Type Field Description static StringREGISTRY_DEPLOYMENT_PATHstatic StringREGISTRY_ID_TOPIC_PATHstatic StringREGISTRY_STORAGE_TOPIC_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 voiddecorateConnectorConfig(io.debezium.testing.system.tools.kafka.ConnectorConfigBuilder config)default voidsetupRegistry()default voidteardownRegistry()-
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_DEPLOYMENT_PATH
static final String REGISTRY_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
-
teardownRegistry
default void teardownRegistry() throws Exception- Specified by:
teardownRegistryin interfaceRegistrySetupFixture- Throws:
Exception
-
decorateConnectorConfig
default void decorateConnectorConfig(io.debezium.testing.system.tools.kafka.ConnectorConfigBuilder config)
- Specified by:
decorateConnectorConfigin interfaceConnectorDecoratorFixture
-
-