aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.84k stars 91 forks source link

Introduce "list" api for cells #322

Closed JeroenSoeters closed 1 year ago

JeroenSoeters commented 1 year ago

This PR is introducing a "list" method to the API (https://github.com/aurae-runtime/aurae/issues/217). As of now this API does not yet work recursively, as in, only the cells of the main auraed process are reported. Would be good to get some feedback on the API and this code in general.