コード例 #1
0
ファイル: MessageStream.php プロジェクト: QiuYe/kafka-php
 public function close()
 {
     $this->commitOffset();
     $this->consumer->close();
 }