This commit is contained in:
2021-08-05 17:02:12 +08:00
parent 6d4b352c30
commit f0eb29fbd5
3 changed files with 10 additions and 7 deletions
-1
View File
@@ -27,7 +27,6 @@ class KafkaProvider extends BaseObject
if (isset($this->_topics[$topic])) {
return;
}
var_dump($topic, $handler);
$this->_topics[$topic] = $handler::class;
}