andreiz / php-zookeeper

A PHP extension for interfacing with Apache ZooKeeper
Other
449 stars 215 forks source link

zookeeper #84

Open jaylu163 opened 7 years ago

jaylu163 commented 7 years ago

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 ......

Timandes commented 6 years ago

So? :)