From 41d1e73d873a449cf230a0a4e925bb0e01ef9522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sun, 14 Feb 2021 21:37:50 +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 86f20c8b..76d7a666 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 Consumer ' . $kafkaServer['topic']); [$config, $topic, $conf] = $this->kafkaConfig($kafkaServer); if (empty($config) && empty($topic) && empty($conf)) {