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 KafkaControllerOcpRegistryDeployer.Builder. kafkaControllerprivate KafkaControllerOcpRegistryDeployer. kafkaControllerMethods in io.debezium.testing.system.tools.registry with parameters of type KafkaController Modifier and Type Method Description OcpRegistryDeployer.BuilderOcpRegistryDeployer.Builder. withKafkaController(KafkaController kafkaController)Constructors in io.debezium.testing.system.tools.registry with parameters of type KafkaController Constructor Description OcpRegistryDeployer(String project, String yamlPath, String storageTopicYamlPath, String idTopicYamlPath, KafkaController kafkaController, io.fabric8.openshift.client.OpenShiftClient ocp, okhttp3.OkHttpClient http)
-