Skip to content

Commit 2ca98a0

Browse files
committed
[ISSUE #3499]šŸš€Implement DefaultHAClient for comprehensive master-slave replication✨
1 parent bc7d2ed commit 2ca98a0

File tree

3 files changed

+682
-0
lines changed

3 files changed

+682
-0
lines changed

ā€Žrocketmq-store/src/ha.rsā€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ use crate::log_file::flush_manager_impl::group_commit_request::GroupCommitReques
3434
use crate::store_error::HAResult;
3535

3636
mod auto_switch;
37+
pub(crate) mod default_ha_client;
3738
mod default_ha_connection;
3839
pub(crate) mod default_ha_service;
3940
pub(crate) mod flow_monitor;

0 commit comments

Comments
Ā (0)