改名
This commit is contained in:
+2
-4
@@ -10,23 +10,21 @@ use RdKafka\ConsumerTopic;
|
||||
use RdKafka\Exception;
|
||||
use RdKafka\KafkaConsumer;
|
||||
use RdKafka\TopicConf;
|
||||
use Server\SInterface\CustomProcess;
|
||||
use Kiri\Abstracts\Config;
|
||||
use Kiri\Exception\ConfigException;
|
||||
use Kiri\Kiri;
|
||||
use Swoole\Coroutine\Channel;
|
||||
use Swoole\Process;
|
||||
use Throwable;
|
||||
use Server\Abstracts\CustomProcess;
|
||||
|
||||
/**
|
||||
* Class Queue
|
||||
* @package Queue
|
||||
*/
|
||||
class Kafka implements CustomProcess
|
||||
class Kafka extends CustomProcess
|
||||
{
|
||||
|
||||
protected Channel $channel;
|
||||
|
||||
|
||||
/**
|
||||
* @param array $kafkaConfig
|
||||
|
||||
Reference in New Issue
Block a user