You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2019/09/05 05:15:14 UTC

[GitHub] [dubbo-proxy] qixiaobo commented on issue #15: We need dubbo-proxy can handle with form post or queryString

qixiaobo commented on issue #15: We need dubbo-proxy can handle with form post or queryString
URL: https://github.com/apache/dubbo-proxy/issues/15#issuecomment-528200393
 
 
   > @hbwhypw 如果必须用dubbo本身提供的泛化处理,其实这个是没办法处理的,但是如果要传递 xxx.xxx.bean, 这样其实是不友好的,除非我们不使用她的dubbo泛化,直接跳过这部分,到目标机器上
   > 
   > 举个例子
   > 正常的dubbo处理.
   > 
   > ```
   > user  ---> nginx ---> toncat#controller ----> 调用dubbo ---> dubbo#service处理
   > ```
   > 
   > `调用dubbo` 这一步是tcp的,如果可以转化成 `http` 的就可以达到你这个效果了,其实就是直接将dubbo请求转化成http请求了,只是不经过controller,直接让service对她进行处理,这个是可以做到的,这样一来,前端直接发送所需要的参数即可,其他的全都不需要了.
   
   可以做网关录入啊 不需要手动写这个controller
   目前我们会就是把这个部分通过录入固定参数的方式实现了

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org