mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat(events): forward the tenant configuration as part of the kafka message (#5224)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -854,7 +854,7 @@ impl AnalyticsProvider {
|
||||
|
||||
pub async fn from_conf(
|
||||
config: &AnalyticsConfig,
|
||||
tenant: &dyn storage_impl::config::ClickHouseConfig,
|
||||
tenant: &dyn storage_impl::config::TenantConfig,
|
||||
) -> Self {
|
||||
match config {
|
||||
AnalyticsConfig::Sqlx { sqlx } => {
|
||||
|
||||
Reference in New Issue
Block a user