SpringCloud / spring-cloud-dubbo

spring-cloud-dubbo
http://springcloud.cn/view/254
Apache License 2.0
441 stars 106 forks source link

同时支持spring-cloud的rest调用和dubbo调用的建议 #8

Open techzealot opened 5 years ago

techzealot commented 5 years ago

Autowired注解用于注入spring cloud feignClient,Reference注解用于注入Dubbo ,无需替换默认的FeignClient实现,Autowired容易歧义,搞不清注入的具体实现,而且也没有必要, 这样不论消费者还是生产者,两种协议可以并存,也不用自己去定义Feign的适配了

halower commented 5 years ago

我觉得一个开放的接口应该同时承载restful和rpc的能力