liubao68 commented on issue #4787: URL: https://github.com/apache/servicecomb-java-chassis/issues/4787#issuecomment-2840979085
上述思路是有代价的。servicecomb将比较长的请求链路: a->b->c 统一了起来,针对微服务调用复杂的场景,处理的非常优雅。 如果不依赖契约, 那么可能会和spring boot/spring mvc一样, 链路只会在a->b的时候比较简化。 在处理a->b->c统一管控的时候,会增加很多额外的复杂性。 -- 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]
