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:
Abhishek Kanojia
2024-07-25 18:39:28 +05:30
committed by GitHub
parent 5eccffac9d
commit 623cf4c841
13 changed files with 100 additions and 56 deletions

View File

@ -43,14 +43,12 @@ where
let start_instant = Instant::now();
logger::info!(tag = ?Tag::BeginRequest, payload = ?payload);
let req_state = state.get_req_state();
let server_wrap_util_res = metrics::request::record_request_time_metric(
api::server_wrap_util(
&flow,
state.clone().into(),
request.headers(),
req_state,
request,
payload,
func,