ruserf
ruserf copied to clipboard
A highly customable, adaptable, runtime agnostic and WASM/WASI friendly decentralized solution for service discovery and orchestration that is lightweight, highly available, and fault tolerant.
Hi! This library really looks amazing, I was looking for a Rust Serf implementation and I'm glad I found it :) However I'm strugling to figure out how to use...
# Stage 1 - Development - [x] #4 - [x] #5 - [x] #7 - [x] #6 - [x] #10 - [x] Refactor `Snapshot` so that it does not depend...
Updates the requirements on [bincode](https://github.com/bincode-org/bincode) to permit the latest version. Release notes Sourced from bincode's releases. v2.0.0 Stable! Finally! After 4 years in development! Many changes have made it in...
Hi, I'd like to suggest an improvement to the [`join`](https://github.com/al8n/serf/blob/eea680ba19ac303495daa76e6fa1fea1e6ae9d96/serf-core/src/serf/api.rs#L318-L322) and `join_many` methods in the `Serf` API. Currently, both functions require full `Node` instances as input: ```rust pub async fn...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...