php-zookeeper icon indicating copy to clipboard operation
php-zookeeper copied to clipboard

zookeeper

Open jaylu163 opened this issue 7 years ago • 1 comments

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

jaylu163 avatar Apr 24 '17 12:04 jaylu163

So? :)

Timandes avatar Jan 01 '18 12:01 Timandes