コード例 #1
0
ファイル: log_config.php プロジェクト: stgrandet/logkafka
 function __construct($zookeeper_connect)
 {
     $this->zookeeper_connect_ = $zookeeper_connect;
     list($this->zookeeper_urls_, $this->kafka_chroot_path_) = AdminUtils::splitZookeeperConnect($zookeeper_connect);
     $this->log_collect_config_path_ = $this->kafka_chroot_path_ . "/logkafka/config";
     $this->log_collect_client_path_ = $this->kafka_chroot_path_ . "/logkafka/client";
 }