Uses of Class
io.debezium.kafka.KafkaCluster
Packages that use KafkaCluster
-
Uses of KafkaCluster in io.debezium.kafka
Fields in io.debezium.kafka declared as KafkaClusterMethods in io.debezium.kafka that return KafkaClusterModifier and TypeMethodDescriptionKafkaCluster.addBrokers(int count) Add a number of new Kafka broker to the cluster.KafkaCluster.deleteDataPriorToStartup(boolean delete) Specify whether the data is to be deleted prior tostartup().KafkaCluster.deleteDataUponShutdown(boolean delete) Specify whether the data is to be deleted uponshutdown().KafkaCluster.shutdown()Shutdown the embedded Zookeeper server and the Kafka serversin the cluster.KafkaCluster.startup()Start the embedded Zookeeper server and the Kafka serversin the cluster.KafkaCluster.usingDirectory(File dataDir) Set the parent directory where the brokers logs and server's logs and snapshots will be kept.KafkaCluster.withKafkaConfiguration(Properties properties) Set the configuration properties for each of the brokers.KafkaCluster.withPorts(int zkPort, int firstKafkaPort) Set the port numbers for Zookeeper and the Kafka brokers.