Uses of Class
io.debezium.kafka.ZookeeperServer
Packages that use ZookeeperServer
-
Uses of ZookeeperServer in io.debezium.kafka
Fields in io.debezium.kafka declared as ZookeeperServerModifier and TypeFieldDescriptionprivate ZookeeperServerZookeeperServerTest.serverprivate final ZookeeperServerKafkaCluster.zkServerMethods in io.debezium.kafka that return ZookeeperServerModifier and TypeMethodDescriptionZookeeperServer.setPort(int port) Set the port for the server.ZookeeperServer.setStateDirectory(File dataDir) Set the parent directory where the server's logs and snapshots will be kept.ZookeeperServer.setTickTime(int tickTime) Set the basic time unit in milliseconds used by ZooKeeper.ZookeeperServer.startup()Start the embedded Zookeeper server.