tokers commented on a change in pull request #3829: URL: https://github.com/apache/apisix/pull/3829#discussion_r594299682
########## File path: docs/en/latest/plugins/dubbo-proxy.md ########## @@ -100,6 +100,31 @@ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f1 You can follow the [Quick Start](https://github.com/alibaba/tengine/tree/master/modules/mod_dubbo#quick-start) example in Tengine and use the configuration above to test it. They should provide the same result. +The returned data from upstream dubbo service must be a `Map<String, String>`. + +If the returned data is + +```json +{ + "status": "200", + "header1": "value1", + "header2": "valu2", + "body": "blahblah" Review comment: Does array type data exist here? If so, I think we should add one example. ---------------------------------------------------------------- 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]
