sheharyaar commented on code in PR #10822: URL: https://github.com/apache/apisix/pull/10822#discussion_r1452767720
########## docs/en/latest/plugins/dubbo-proxy.md: ########## @@ -93,7 +93,45 @@ curl http://127.0.0.1:9180/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) guide in Tengine with the configuration above for testing. -Dubbo returns data in the form `Map<String, String>`. +APISIX dubbo plugin uses `hessian2` as the serialization protocol. It supports only `Map<String, Object>` as the request and response data type. + +### Application + +Your dubbo config should be configured to use `hessian2` as the serialization protocol. + +```xml +dubbo: Review Comment: Resolved. Please approve workflow -- 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]
