From 5262cd033d470b10dc0d1def1f58d69a62bab230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 27 Oct 2020 18:57:05 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Kafka/Kafka.php b/Kafka/Kafka.php index 6f1edec6..f9a6be3f 100644 --- a/Kafka/Kafka.php +++ b/Kafka/Kafka.php @@ -61,6 +61,7 @@ class Kafka extends \Snowflake\Process\Process $topic->consumeStart(0, RD_KAFKA_OFFSET_STORED); while (true) { $message = $topic->consume(0, $conf['metadataRefreshIntervalMs'] ?? 1000); + var_dump($message); if (empty($message)) { continue; }