nic-6443 commented on code in PR #12523:
URL: https://github.com/apache/apisix/pull/12523#discussion_r2284714538
##########
apisix/core/config_etcd.lua:
##########
@@ -74,6 +74,7 @@ if not is_http then
end
local created_obj = {}
local loaded_configuration = {}
+local configuration_loaded_time
Review Comment:
Okay, I will add a test case, but this one is obviously working. You can see
another variable above `loaded_configuration`, which uses the same mechanism to
allow worker processes to reuse the etcd data loaded when the master process
starts.
--
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]