Class JsonConnectorDeployer
java.lang.Object
io.debezium.testing.system.tools.kafka.connectors.JsonConnectorDeployer
- All Implemented Interfaces:
ConnectorDeployer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(ConnectorConfigBuilder config) Deploys Kafka connector with given configurationvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.debezium.testing.system.tools.kafka.connectors.ConnectorDeployer
undeploy
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
apiUrl
private final okhttp3.HttpUrl apiUrl -
http
private final okhttp3.OkHttpClient http
-
-
Constructor Details
-
JsonConnectorDeployer
public JsonConnectorDeployer(okhttp3.HttpUrl apiURL, okhttp3.OkHttpClient http)
-
-
Method Details
-
deploy
Description copied from interface:ConnectorDeployerDeploys Kafka connector with given configuration- Specified by:
deployin interfaceConnectorDeployer- Parameters:
config- connector config
-
undeploy
- Specified by:
undeployin interfaceConnectorDeployer
-