Open jaylu163 opened 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 ......
So? :)
Libzookeeper operation to increase the number of Kafka links
`
update ......