You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/11/01 11:31:23 UTC

[GitHub] [apisix-java-plugin-runner] alexchan10241 opened a new issue #80: request help: Is there any possibility that we can rewrite the request method via java plugin runner?

alexchan10241 opened a new issue #80:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/80


   ### Issue description
   
   Is there any possibility that we can rewrite the request method via java plugin runner?
   
   ### Environment
   
   - apisix version (cmd: `apisix version`):
   - OS (cmd: `uname -a`):
   - 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`):
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-java-plugin-runner] alexchan10241 commented on issue #80: request help: Is there any possibility that we can rewrite the request method via java plugin runner?

Posted by GitBox <gi...@apache.org>.
alexchan10241 commented on issue #80:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/80#issuecomment-957033391


   Will you have a plan to support this case in java plugin runner ? Because I think it's a frequently-using situation. Thanks a lot!


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-java-plugin-runner] tzssangglass commented on issue #80: request help: Is there any possibility that we can rewrite the request method via java plugin runner?

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #80:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/80#issuecomment-957363756


    until at least the next release of apisix


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-java-plugin-runner] alexchan10241 commented on issue #80: request help: Is there any possibility that we can rewrite the request method via java plugin runner?

Posted by GitBox <gi...@apache.org>.
alexchan10241 commented on issue #80:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/80#issuecomment-957033391


   Will you have a plan to support this case in java plugin runner ? Because I think it's a frequently-using situation. Thanks a lot!


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-java-plugin-runner] alexchan10241 commented on issue #80: request help: Is there any possibility that we can rewrite the request method via java plugin runner?

Posted by GitBox <gi...@apache.org>.
alexchan10241 commented on issue #80:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/80#issuecomment-957033391


   Will you have a plan to support this case in java plugin runner ? Because I think it's a frequently-using situation. Thanks a lot!


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-java-plugin-runner] tzssangglass commented on issue #80: request help: Is there any possibility that we can rewrite the request method via java plugin runner?

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #80:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/80#issuecomment-957363756


    until at least the next release of apisix


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-java-plugin-runner] tzssangglass commented on issue #80: request help: Is there any possibility that we can rewrite the request method via java plugin runner?

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #80:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/80#issuecomment-956161970


   not support yet, not java runner only have getMethod function: https://github.com/apache/apisix-java-plugin-runner/blob/feac0530a29a51a70acf7120e4059e8bf4dc9f4b/runner-plugin-sdk/src/main/java/org/apache/apisix/plugin/runner/HttpRequest.java#L94-L99
   
   the setMethod function has not been implemented yet.
   
   we can do this by proxy-rewrite in APISXI, see:https://github.com/apache/apisix/pull/5292/files


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-java-plugin-runner] tzssangglass commented on issue #80: request help: Is there any possibility that we can rewrite the request method via java plugin runner?

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #80:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/80#issuecomment-957363756


    until at least the next release of apisix


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org