From 9d181c05f0374e9c36c98908f31cddfb14f24a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 14 Jan 2021 10:37:38 +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 4dc6bf01..1b4cf87b 100644 --- a/Kafka/Kafka.php +++ b/Kafka/Kafka.php @@ -166,7 +166,7 @@ class Kafka extends \Snowflake\Process\Process $topicConf->set('offset.store.path', 'kafka_offset.log'); $topicConf->set('offset.store.method', 'broker'); - var_dump($topicConf->dump()); + var_dump($topicConf); $topicConf->set('auto.create.topics.enable', 'true'); } catch (Throwable $exception) {