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(conf_loader): adjust Wasm shm_kv nginx.conf prefix #11919

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

flrgh
Copy link
Contributor

@flrgh flrgh commented Nov 5, 2023

Summary

The prefix for Wasm's shm_kv nginx.conf directive was initially created as nginx_wasm_shm_, but this is ambiguous with shm_queue (which we don't yet support but plan to). This PR changes the prefix to nginx_wasm_shm_kv_{name} so that we can later add nginx_wasm_shm_queue_{name}.

See this discussion for a little more background.

NOTE: this is a breaking change (as called out in the changelog entry), but Wasm is still in beta/tech preview status, so such changes are legal.

Checklist

Issue reference

KAG-2355

@bungle bungle merged commit d573911 into master Nov 7, 2023
29 checks passed
@bungle bungle deleted the fix/wasm-injected-shm-kv branch November 7, 2023 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants