-
Notifications
You must be signed in to change notification settings - Fork 83
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
TTRPC Rust implementation #50
Comments
I think we would be happy to have that implementation in this repo |
Cool! Thanks @sameo @crosbymichael. Let's move forward! /cc @gnawux |
Sounds good. The process is mentioned here https://github.com/containerd/project/blob/master/GOVERNANCE.md#adding-sub-projects Open an issue in https://github.com/containerd/project proposing the move of the repository (original repo and new repo name). We will make sure it has everything set up to move (such as maintainer list, license, code of conduct) then vote on it. We also might also discuss some related governance changes to handle maintenance of this sub-project so it can have its own set of maintainers. |
cool that's great cc @teawater |
Post an issue containerd/project#33 according to your comments. |
Moved here: https://github.com/containerd/ttrpc-rust |
We're re-implementing the Kata Container agent in Rust (mostly for memory footprint concerns) and for that purpose the fine folks at AliPay have built a Rust implementation of TTRPC:
https://crates.io/crates/ttrpc
We could move that crate under the Kata organization, but some of us think it may make more sense to have it under the containerd org instead, next to the initial Go implementation right here.
Any opinions?
cc @crosbymichael @estesp @bergwolf @teawater
The text was updated successfully, but these errors were encountered: