iamayushdas commented on a change in pull request #38: URL: https://github.com/apache/apisix-java-plugin-runner/pull/38#discussion_r656651910
########## File path: docs/en/latest/the-internal-of-apisix-java-plugin-runner.md ########## @@ -43,16 +66,16 @@ You can refer to the [ext-plugin.fbs](https://github.com/api7/ext-plugin-proto/b apisix-java-plugin-runner and APISIX use a private binary protocol for coding and decoding. The protocol format is -``` +```shell 1 byte of type + 3 bytes of length + data ``` The type can be 0 ~ 7, and the length can be [0, 8M). The length of data is determined by length. The current type takes the following values -* 0 means error -* 1 means prepare_conf -* 2 means http_req_call +- 0 means error +- 1 means prepare_conf +- 2 means http_req_call Review comment: check now -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
