Origin-zhao opened a new issue #118:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/118


   ### Issue description
   
   In Java Plugin Runner when   requiredBody return true Not Work 
   
    ```
       @Override
       public List<String> requiredVars() {
           return null;
       }
   
       @Override
       public Boolean requiredBody() {
           return Boolean.TRUE;
       }
   ```
   
   
   ### Environment
   
   - apisix version (cmd: `apisix version`): 2.11
   - OS (cmd: `uname -a`): docker
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
   - etcd version, if have (cmd: run `curl 
http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
   - apisix-dashboard version, if have:
   - the plugin runner version, if the issue is about a plugin runner (cmd: 
depended on the kind of runner):
   - luarocks version, if the issue is about installation (cmd: `luarocks 
--version`):
   
   
   ### Steps to reproduce
   
   1. write a java runner
   2. config apisix java runner
   3. post the url
   4. print 503 Service
   
   
   ### Actual result
   
   print ok
   
   ### Error log
   
   [error] 66#66: *1511 [lua] init.lua:689: phase_func(): failed to handle 
RPC_EXTRA_INFO: unsupported info type: 2
   
   ### Expected result
   
   _No response_


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to