mangoGoForward commented on pull request #5016:
URL: https://github.com/apache/apisix/pull/5016#issuecomment-948387323


   > ```
   > "xml-json-conversion": {
   >             "from": "xml",
   >             "to": "json",
   >                    "echo_back": true
   >         }
   > ```
   > 
   > will give us the current behavior.
   > 
   > ```
   > "xml-json-conversion": {
   >             "from": "xml",
   >             "to": "json"
   >         }
   > ```
   > 
   > will pass the rewritten body to the upstream.
   
   I think `echo_back` is unneccessary, we can registry a route or consumer 
with this plugin if need to process, and if not need, why we should use this 
plugin. I'm confused that the plugin's scenes mainly, maybe close this PR is 
better.


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