改名
This commit is contained in:
@@ -75,6 +75,7 @@ class Kafka extends CustomProcess
|
|||||||
$topic->consumeStart(0, RD_KAFKA_OFFSET_STORED);
|
$topic->consumeStart(0, RD_KAFKA_OFFSET_STORED);
|
||||||
do {
|
do {
|
||||||
if ($this->isStop) {
|
if ($this->isStop) {
|
||||||
|
$this->exit();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
$this->resolve($topic, $conf['interval'] ?? 1000);
|
$this->resolve($topic, $conf['interval'] ?? 1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user