-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: adjusting the position of ai module #8120
Conversation
@@ -38,7 +38,7 @@ __DATA__ | |||
GET /t | |||
--- response_body | |||
etcd host: http://127.0.0.1:2379 | |||
first plugin: "real-ip" | |||
first plugin: "ai" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can change the priority of ai plugin
we should avoid to change this test case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it is not necessary, I am going to change it in the next PR
@@ -152,6 +152,8 @@ function _M.http_init_worker() | |||
|
|||
apisix_upstream.init_worker() | |||
require("apisix.plugins.ext-plugin.init").init_worker() | |||
-- TODO: need to revisit code layering and avoid similar hacking |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this be handled in the next PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not in next PR, in feature.
Description
Fixes # (issue)
Checklist