Docs.rs
kuberic-core-0.0.1
kuberic-core 0.0.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
youyuanwu
Dependencies
async-trait ^0.1
normal
bytes ^1
normal
prost ^0.14
normal
thiserror ^2
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tokio-util ^0.7
normal
tonic ^0.14
normal
tonic-prost ^0.14
normal
tracing ^0.1
normal
tonic-prost-build ^0.14
build
Versions
36.78%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module replicator
kuberic_
core
0.0.1
Module replicator
Module Items
Modules
Structs
In crate kuberic_
core
kuberic_core
Module
replicator
Copy item path
Source
Modules
§
actor
primary
queue
quorum
secondary
Structs
§
Open
Context
Context provided to the user at Open time. Contains what the user needs to create a replicator (bind addresses, replica ID, etc.)
Replicator
Handle
Handle returned by the user to the runtime at Open. The runtime uses this to drive replicator lifecycle via control events. Contains shared PartitionState for synchronous access-status fencing.
Service
Context
User-facing handles produced by the replicator factory. The user keeps these; the ReplicatorHandle goes to the runtime.
WalReplicator
WAL-based quorum replicator factory. Creates the actor, data plane, streams, and returns handles.