We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
that when accessing immediately after apisix is started, it will return:
{"error_msg ": "404 Route Not Found"}
Is it because apisix did not pull the route data in etcd in time? maybe the http service of apisix should be started after pulling etcd data.
The text was updated successfully, but these errors were encountered:
This is a known issue. We plan to start pulling etcd data in the init_worker phase. To achieve this, we need to implement two preconditions first:
init_worker
Maybe we can do this in version 2.5.
2.5
Sorry, something went wrong.
feat: load etcd configuration when apisix starts
a625b48
Fix apache#3370 Signed-off-by: spacewander <spacewanderlzx@gmail.com>
9d55aa2
7dfdad2
feat: load etcd configuration when apisix starts (#3799)
83537ad
Fix #3370 Signed-off-by: spacewander <spacewanderlzx@gmail.com>
spacewander
Successfully merging a pull request may close this issue.
Issue description
that when accessing immediately after apisix is started, it will return:
Is it because apisix did not pull the route data in etcd in time?
maybe the http service of apisix should be started after pulling etcd data.
Environment
The text was updated successfully, but these errors were encountered: