refactor(replication): add msgp boundary (#4076)

This commit is contained in:
Zhengchao An
2026-06-30 02:09:14 +08:00
committed by GitHub
parent 74c95920ca
commit d3a84395dc
4 changed files with 30 additions and 2 deletions
@@ -18,6 +18,7 @@ mod replication_config_store;
mod replication_event_sink;
mod replication_lock_boundary;
mod replication_metadata_boundary;
mod replication_msgp_boundary;
mod replication_pool;
mod replication_resyncer;
mod replication_state;