Uses of Interface
io.debezium.testing.system.tools.kafka.KafkaController
-
Packages that use KafkaController Package Description io.debezium.testing.system.tools.kafka io.debezium.testing.system.tools.registry -
-
Uses of KafkaController in io.debezium.testing.system.tools.kafka
Classes in io.debezium.testing.system.tools.kafka that implement KafkaController Modifier and Type Class Description classDockerKafkaControllerThis class provides control over Kafka instance deployed as DockerContainerclassOcpKafkaControllerThis class provides control over Kafka instance deployed in OpenShift -
Uses of KafkaController in io.debezium.testing.system.tools.registry
Fields in io.debezium.testing.system.tools.registry declared as KafkaController Modifier and Type Field Description private KafkaControllerOcpApicurioV1Deployer.Builder. kafkaControllerprivate KafkaControllerOcpApicurioV1Deployer. kafkaControllerMethods in io.debezium.testing.system.tools.registry with parameters of type KafkaController Modifier and Type Method Description OcpApicurioV1Deployer.BuilderOcpApicurioV1Deployer.Builder. withKafkaController(KafkaController kafkaController)Constructors in io.debezium.testing.system.tools.registry with parameters of type KafkaController Constructor Description OcpApicurioV1Deployer(String project, String yamlPath, String storageTopicYamlPath, String idTopicYamlPath, KafkaController kafkaController, io.fabric8.openshift.client.OpenShiftClient ocp, okhttp3.OkHttpClient http)
-