This commit is contained in:
2021-08-05 16:31:26 +08:00
parent 73a452fdf1
commit def8aa7cdc
+1 -1
View File
@@ -127,7 +127,7 @@ class Kafka implements CustomProcess
$container = Snowflake::app()->get('kafka-container');
$handler = $container->getConsumer($topic);
var_dump($topic, $message, $handler);
var_dump($container);
if (!empty($handler)) {
/** @var ConsumerInterface $data */
$data = new $handler();