Fixed ConsumerManager.php

This commit is contained in:
pandaLIU 2020-12-26 13:57:25 +08:00 committed by 李铭昕
parent 4ad53053f9
commit ef50e8af34

View File

@ -15,6 +15,7 @@ namespace Hyperf\Kafka;
use Hyperf\Contract\ConfigInterface;
use Hyperf\Contract\StdoutLoggerInterface;
use Hyperf\Di\Annotation\AnnotationCollector;
use Hyperf\Kafka\AbstractConsumer;
use Hyperf\Kafka\Annotation\Consumer as ConsumerAnnotation;
use Hyperf\Kafka\Event\AfterConsume;
use Hyperf\Kafka\Event\BeforeConsume;
@ -34,6 +35,7 @@ use longlang\phpkafka\Socket\SwooleSocket;
use Psr\Container\ContainerInterface;
use Psr\EventDispatcher\EventDispatcherInterface;
class ConsumerManager
{
/**