-
Notifications
You must be signed in to change notification settings - Fork 74
Current Project State #101
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
Comments
@bavshin-f5 sorry to ping you, but I was wondering, if you, as the top contributor, could give some insight here. |
We've been evaluating using Rust for future projects, and I can agree with this assessment. A lot of functionality I needed was missing, lacked a safe interface or could be optimized. Nothing that prevents writing the modules, but the experience with the SDK could be much better. |
Thank you for confirming my assessment. In this context, I was wondering, if there is a general roadmap regarding Rust and its introduction to My biggest question in this regard is, if you will take an approach similar to Linux, making Rust support optional, planning deeper integrations, or maybe even making |
@bavshin-f5 I was wondering, if you could give an update regarding timeline. I've seen that you added some issues for feature tracking and did quite some stuff. Is there perhaps a specific date you want to have, e.g., the |
I'm adding my +1 and extending my thanks to the maintainers for working on this project. I'm interested in developing nginx modules in Rust for production use, but I can't advocate for that at work when the project says "not production ready." I understand these things take time, so I'm not complaining, just expressing my interest & thanks. Mostly we would be replacing lua scripts with Rust to have more compile-time confidence in our changes and more flexibility about the kind of work we can do in our custom code — e.g., request middleware that can leverage shared state with arbitrary data structures. FWIW, breaking API changes are less of a concern for us since the custom modules would be limited in scope — as long as the changes cause compilation failure, rather than runtime failure. In terms of production stability, mostly we don't want to be in a situation where we can't upgrade nginx to fix a vulnerability because ngx-rust is incompatible with it. |
I would like to consider Rust for nginx module developement but I would need some more information about the project's current state. In April 2023 1 the readme has been changed to include the line:
This project is still a work in progress and not production ready.
Since then, quite a few things have changed in the code and I was wondering, if the assessment is still correct, or if it has changed.
Footnotes
https://github.com/nginxinc/ngx-rust/blame/85570e2e57eb6f3f171469eda1d3d94716d20ab2/README.md#L8 ↩
The text was updated successfully, but these errors were encountered: