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

Provide option for proxy_wasm::createWasm() to bypass canary #324

Open
mpwarres opened this issue Nov 27, 2022 · 0 comments
Open

Provide option for proxy_wasm::createWasm() to bypass canary #324

mpwarres opened this issue Nov 27, 2022 · 0 comments
Assignees

Comments

@mpwarres
Copy link
Contributor

Currently, proxy_wasm::createWasm() always canaries the provided plugin. This provides assurance that the given plugin will be able to start successfully in the returned WasmBase instance.

However in some use cases, particularly ones that do not involve sharing or reuse of the WasmBase, it may be desirable to skip the canary step, to avoid doubled calls to WasmBase::start() and WasmBase::configure().

@mpwarres mpwarres self-assigned this Nov 27, 2022
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

No branches or pull requests

1 participant