uncarbon97 commented on issue #10551: URL: https://github.com/apache/dubbo/issues/10551#issuecomment-1237811289
> > (这里留一个疑问,是否引入 rest 扩展后,dubbo 可以只使用类似 Feign 的 HTTP RPC,而完全不使用 dubbo 主打的 dubbo/triple 协议二进制 RPC?) > > Dubbo 作为服务端可以发布 rest 服务,客户端支持所有标准 rest 协议支持的 SDK(Dubbo、Feign、okhttp、restTemplate 等)、Dubbo 也可以作为客户端消费发布了标准 rest 协议的服务,服务端支持所有标准 rest server(Dubbo、spring web、tomcat、jetty等) 了解了,原来现在 dubbo 也可以支持 HTTP 的 RPC 了呀 现在还得尝试解决引入 `spring-boot-starter-actuator` 探针后,需要 web 监听,又不想自动以 rest 协议注册到 Nacos 上…… (如果没有其他需要订正和为后来者补充的话,烦请关闭该issue。) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
