This commit is contained in:
2021-07-23 11:55:02 +08:00
parent 4fbbfb37e4
commit 93519c3c57
4 changed files with 15 additions and 14 deletions
+5 -4
View File
@@ -62,10 +62,11 @@ class Kafka implements CustomProcess
}
/**
* @param array $kafkaServer
* @throws \Exception
*/
/**
* @param Process $process
* @param array $kafkaServer
* @throws \Exception
*/
private function waite(Process $process, array $kafkaServer)
{
try {