Aetherance commented on issue #3166: URL: https://github.com/apache/dubbo-go/issues/3166#issuecomment-4621304162
> 1.现有的这个系统的路由校验的性能很差吗,为什么加cache引入新的复杂度呢,似乎没有讲的很清楚 目前现有 router 的性能并不差,但仍然存在优化空间。每次 RPC 调用都会执行一次 route,当 invoker 数量较多时,会产生一些不必要的性能开销。对于一些比较简单、稳定的 route场景,应该可以通过缓存来减少重复计算。 -- 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]
