From 13e46ea86a23eed68c8fe94eb4f41ad782ea250f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 28 Oct 2020 16:27:48 +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/Producer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Kafka/Producer.php b/Kafka/Producer.php index 4eb0ade0..abe28cc7 100644 --- a/Kafka/Producer.php +++ b/Kafka/Producer.php @@ -118,6 +118,7 @@ class Producer extends Component */ public function onFlush($rk, $timeout) { + var_dump(func_get_args()); $this->debug(Event::EVENT_AFTER_REQUEST); $rk->flush($timeout); }