From 6cabb6cacd05572d4ace1a3cd89d8755424a92bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sun, 14 Feb 2021 21:36:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Kafka/Kafka.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kafka/Kafka.php b/Kafka/Kafka.php index f5e31510..86f20c8b 100644 --- a/Kafka/Kafka.php +++ b/Kafka/Kafka.php @@ -53,7 +53,7 @@ class Kafka extends \Snowflake\Process\Process { try { $prefix = ucfirst(rtrim(Snowflake::app()->id, ':')); - swoole_set_process_name($prefix . ' Kafka_' . $kafkaServer['topic']); + swoole_set_process_name($prefix . ': Kafka_' . $kafkaServer['topic']); [$config, $topic, $conf] = $this->kafkaConfig($kafkaServer); if (empty($config) && empty($topic) && empty($conf)) {