mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
chore: adding addition fields from psql to kafka event for analytics usecase (#3815)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sampras Lopes <lsampras@pm.me>
This commit is contained in:
committed by
GitHub
parent
49d2298102
commit
cc0d006330
@ -58,7 +58,7 @@ CREATE TABLE api_events_dist (
|
||||
`hs_latency` Nullable(UInt128),
|
||||
`http_method` LowCardinality(String),
|
||||
`url_path` String,
|
||||
`dispute_id` Nullable(String)
|
||||
`dispute_id` Nullable(String),
|
||||
INDEX flowIndex flow_type TYPE bloom_filter GRANULARITY 1,
|
||||
INDEX apiIndex api_flow TYPE bloom_filter GRANULARITY 1,
|
||||
INDEX statusIndex status_code TYPE bloom_filter GRANULARITY 1
|
||||
|
||||
Reference in New Issue
Block a user