refactor(ecstore): route replication event host (#4126)

This commit is contained in:
Zhengchao An
2026-07-01 06:00:50 +08:00
committed by GitHub
parent e917f1f4be
commit 50a3ed8bf3
5 changed files with 57 additions and 70 deletions
@@ -147,7 +147,7 @@ Required contracts before crate movement:
- `ReplicationBandwidthLimiter`: target reader wrapping for replication
bandwidth accounting and throttling.
- `ReplicationEventSink`: notification/audit events for skipped, failed, and
completed replication operations.
completed replication operations, including local event host selection.
- `ReplicationLifecycleBridge`: lifecycle-originated delete and version-purge
scheduling without importing lifecycle internals.