php-zookeeper
php-zookeeper copied to clipboard
zookeeper
Libzookeeper operation to increase the number of Kafka links
` if (!is_null($timeout) && is_numeric($timeout)) {
$this->zookeeper = new \ZooKeeper($hostList, null, $timeout);
} else {
$this->zookeeper = new \ZooKeeper($hostList);
}
`
update ......
So? :)