mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user