sheharyaar commented on issue #10848:
URL: https://github.com/apache/apisix/issues/10848#issuecomment-1898332090

   @mayunSaicmotor , as we discussed in the previous issue #10648 , I would 
summarise the issues we faced :
   
   - mod_dubbo used by APISIX, does not any datatype other than `Map<String, 
Object>` for both as return type and arguments.
   - mod_dubbo uses hessian2 as the only deserialization protocol
   - data passed through headers work out of the box, but for data in the body, 
it requires further deserialization using hessian2 decoder.
   
   These are the issues that need to be worked upon to make dubbo-proxy 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