From cdf44a376883d1e1bfc9438c11334d6349175540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 27 Oct 2020 18:46:45 +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 db3a8572..f4de64cb 100644 --- a/Kafka/Kafka.php +++ b/Kafka/Kafka.php @@ -151,7 +151,7 @@ class Kafka extends \Snowflake\Process\Process $topicConf = new TopicConf(); $topicConf->set('auto.offset.reset', 'smallest'); - $conf->setDefaultTopicConf($topicConf); +// $conf->setDefaultTopicConf($topicConf); return [$conf, $kafka]; }