houtengfei193-spec commented on PR #13286:
URL: https://github.com/apache/apisix/pull/13286#issuecomment-4349350776
@membphis @tzssangglass @spacewander
Could you please review this PR? All CI checks have passed.
This PR adds support for `custom_lua_shared_dict` in:
- Global `lua {}` block (for sharing between HTTP and Stream subsystems)
- `stream {}` block (for Stream-only dictionaries)
This resolves the need to manually modify `ngx_tpl.lua` when users need
cross-subsystem shared dictionaries (e.g., for lifecycle management, custom
metrics, global state sharing).
All 18 CI checks have passed (1 skipped for DockerHub build which is
expected for PRs).
Thank you for your time and review!
--
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]