containerd / ttrpc

GRPC for low-memory environments
Apache License 2.0
536 stars 78 forks source link

TTRPC Rust implementation #50

Closed sameo closed 4 years ago

sameo commented 4 years ago

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

crosbymichael commented 4 years ago

I think we would be happy to have that implementation in this repo

bergwolf commented 4 years ago

Cool! Thanks @sameo @crosbymichael. Let's move forward!

/cc @gnawux

dmcgowan commented 4 years ago

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.

gnawux commented 4 years ago

cool that's great

cc @teawater

teawater commented 4 years ago

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.

Post an issue https://github.com/containerd/project/issues/33 according to your comments.

mxpv commented 4 years ago

Moved here: https://github.com/containerd/ttrpc-rust