You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/11/29 03:56:21 UTC

[GitHub] [servicecomb-java-chassis] liubao68 edited a comment on issue #2646: 使用serviceComb提供的方法转发用spring-cloud-huawei开发的微服务post接口有问题,服务provide无法接收到body里面的内容

liubao68 edited a comment on issue #2646:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2646#issuecomment-981269596


   这个属于理解错误。 Spring Cloud Huawei主要是接入servicecomb提供的注册中心、配置中心, RPC框架还是Spring Cloud。 开发指南里面描述的是ServiceComb Java Chassis开发框架, ServiceComb Java Chassis在RPC、治理等功能设计上是完全不同于Spring Cloud的。 
   
   edge service是给 ServiceComb Java Chassis 设计的, 默认情况下不能在 Spring Cloud工作, 对于非 ServiceComb Java Chassis服务, 可以考虑使用 [CommonHttpEdgeDispatcher](https://servicecomb.apache.org/references/java-chassis/zh_CN/edge/by-servicecomb-sdk.html)
   
   除非必要, 不建议一个业务系统里面选择多个RPC开发框架。 


-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org