Skip to content

Commit ffd7c20

Browse files
authored
[ISSUE #653]🐛Fix Broker can not start (#654)
1 parent fe15217 commit ffd7c20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rocketmq-store/src/stats/broker_stats_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ impl BrokerStatsManager {
112112
account_stat_manager: Default::default(),
113113
producer_state_getter: None,
114114
consumer_state_getter: None,
115-
broker_config: None,
115+
broker_config: Some(broker_config),
116116
};
117117
broker_stats_manager.init();
118118
broker_stats_manager

0 commit comments

Comments
 (0)