yanghao605 opened a new issue, #3981: URL: https://github.com/apache/servicecomb-java-chassis/issues/3981
当前SDK的逻辑是:消费端调用服务端时,首先需要加载服务端的契约,然后再基于契约进行相关的微服务调用 这里遇到一个问题就是:当一个服务作为网关使用或者需要调用大量的服务端时,就可能会导致服务加载了过多的服务契约,从而导致服务中占用的内存较大。 是否可以将基于契约的调用逻辑改为可选的? -- 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]
