kafka-php
kafka-php copied to clipboard
vendor/nmred/kafka-php/src/Kafka/Consumer/State.php
该文件:182行 case self::REQUEST_FETCH_OFFSET: case self::REQUEST_COMMIT_OFFSET: $this->callStatus[$key]['status'] = (self::STATUS_LOOP | self::STATUS_FINISH); break; case self::REQUEST_OFFSET: case self::REQUEST_FETCH: unset($this->callStatus[$key]['context'][$context]);
会出现: $this->callStatus[$key]['context']的context未定义的情况
谢谢
I also have this problem, sometimes this error happens.