Skip to content
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

fix: remove request level pipe proc in openresty 1.21.4.2 #78

Merged
merged 6 commits into from
Aug 16, 2023

Conversation

AlinsRan
Copy link
Contributor

@AlinsRan AlinsRan commented Aug 15, 2023

openresty optimized the pipe api and destroyed the pipeline process at the end of the request.

The APISIX plugin runner process lifecycle does not apply to request level,
Instead, it is pulled up in advance and processed continuously through RPC calls until the process exits.

Patches:

  • lua-resty-core_pipe_runner.patch
  • ngx_lua-pipe_runner.patch

@AlinsRan AlinsRan merged commit 9a5b4c2 into api7:main Aug 16, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants