mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	feat(routing): build the gRPC interface for communicating with the external service to perform elimination routing (#6672)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Chethan Rao <70657455+Chethan-rao@users.noreply.github.com>
This commit is contained in:
		| @ -18,7 +18,7 @@ use diesel_models::dynamic_routing_stats::DynamicRoutingStatsNew; | ||||
| use diesel_models::routing_algorithm; | ||||
| use error_stack::ResultExt; | ||||
| #[cfg(all(feature = "dynamic_routing", feature = "v1"))] | ||||
| use external_services::grpc_client::dynamic_routing::SuccessBasedDynamicRouting; | ||||
| use external_services::grpc_client::dynamic_routing::success_rate_client::SuccessBasedDynamicRouting; | ||||
| #[cfg(feature = "v1")] | ||||
| use hyperswitch_domain_models::api::ApplicationResponse; | ||||
| #[cfg(all(feature = "dynamic_routing", feature = "v1"))] | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Amisha Prabhat
					Amisha Prabhat