feat(recovery-events): add revenue recovery topic and vector config to push these events to s3 (#8285)

Co-authored-by: Nishanth Challa <nishanth.challa@Nishanth-Challa-C0WGKCFHLF.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
This commit is contained in:
CHALLA NISHANTH BABU
2025-07-25 17:16:50 +05:30
committed by GitHub
parent b5dddbc1a8
commit 17d34a29e4
22 changed files with 612 additions and 37 deletions

View File

@ -289,7 +289,6 @@ pub enum RecoveryError {
#[error("Failed to fetch billing connector account id")]
BillingMerchantConnectorAccountIdNotFound,
}
#[derive(Debug, Clone, thiserror::Error)]
pub enum HealthCheckDecisionEngineError {
#[error("Failed to establish Decision Engine connection")]