改名
This commit is contained in:
@@ -96,7 +96,6 @@ class Kafka extends \Snowflake\Process\Process
|
|||||||
try {
|
try {
|
||||||
$message = $topic->consume(0, $interval);
|
$message = $topic->consume(0, $interval);
|
||||||
if (empty($message)) {
|
if (empty($message)) {
|
||||||
$this->application->debug('message null.');
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if ($message->err == RD_KAFKA_RESP_ERR_NO_ERROR) {
|
if ($message->err == RD_KAFKA_RESP_ERR_NO_ERROR) {
|
||||||
|
|||||||
Reference in New Issue
Block a user