This commit is contained in:
houseme
2025-06-04 23:46:14 +08:00
parent 703c465bd0
commit 8555d48ca2
23 changed files with 717 additions and 664 deletions
+1
View File
@@ -11,6 +11,7 @@ pub(crate) async fn init_event_notifier(notifier_config: Option<String>) {
} else {
info!("event_config is empty");
// rustfs_event::get_event_notifier_config().clone()
NotifierConfig::default()
};
info!("using event_config: {:?}", config);
+1 -1
View File
@@ -510,7 +510,7 @@ async fn run(opt: config::Opt) -> Result<()> {
GLOBAL_ConfigSys.init(store.clone()).await?;
// event system configuration
// GLOBAL_EventSys.init(store.clone()).await?;
// GLOBAL_EVENT_SYS.init(store.clone()).await?;
// Initialize event notifier
event::init_event_notifier(opt.event_config).await;