Hmemories commented on a change in pull request #2793:
URL: https://github.com/apache/apisix/pull/2793#discussion_r551126854
##########
File path: apisix/balancer.lua
##########
@@ -218,8 +219,9 @@ local function pick_server(route, ctx)
if checker then
version = version .. "#" .. checker.status_ver
end
+ local cache_key = key..ngx.md5(up_conf.nodes)
Review comment:
嗯嗯,我准备在看看,这部分代码已经被我是用在了生产环境我在考虑有没有好的方式优化它
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]