ipanocloud commented on issue #9698:
URL: https://github.com/apache/apisix/issues/9698#issuecomment-1606582556
> @ipanocloud Also can you give a little details about what are the exact
requests used in the load test?
I have added a custom directory "/apps" to etcd and used listening. I'm not
sure if they are related
`function _M.init()
local err
apps, err = core.config.new("/apps", {
automatic = true,
filter = function(app)
core.log.debug("filter app: ", core.json.delay_encode(app, true))
end,
})
if not apps then
core.log.error("failed to sync /apps: ", err)
end
end`
--
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]