This commit is contained in:
2020-12-28 17:34:39 +08:00
parent 0282e97261
commit a95ebb610b
+1
View File
@@ -49,6 +49,7 @@ class Kafka extends \Snowflake\Process\Process
}); });
$this->waite($kafkaServer); $this->waite($kafkaServer);
}); });
var_dump($kafkaServer);
} }
$waite->wait(); $waite->wait();
} }