This commit is contained in:
2021-03-29 11:36:09 +08:00
parent fe6c754857
commit 118ac9efe5
4 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class Kafka extends \Snowflake\Process\Process
private function waite(array $kafkaServer)
{
try {
name('Kafka Consumer ' . $kafkaServer['topic']);
name($this->pid, 'Kafka Consumer ' . $kafkaServer['topic']);
[$config, $topic, $conf] = $this->kafkaConfig($kafkaServer);
if (empty($config) && empty($topic) && empty($conf)) {