Expand description
ObjectStoreBackend — durable partial-state storage backed by any
object_store implementation (S3, GCS, Azure, LocalFileSystem).
epoch_complete(epoch, vnodes) performs a CAS-commit: if every
vnode’s partial.bin is present, put(_COMMIT, Create) seals the
epoch. The _COMMIT marker is the durability boundary the
checkpoint coordinator consults before releasing sinks.
Structs§
- Object
Store Backend - Object-store-backed
StateBackend.