added payment orchestrator optimizer tweaks

This commit is contained in:
Stephan D
2026-03-11 15:58:18 +01:00
parent 27b4ece6c6
commit 9f998b8134
19 changed files with 1164 additions and 157 deletions

View File

@@ -44,4 +44,17 @@ card_gateways:
funding_address: "TUaWaCkiXwYPKm5qjcB27Lhwv976vPvedE"
fee_wallet_ref: "697a062a248dc785125ccb9e"
# Batch optimizer settings:
# - default_mode disables aggregation for unmatched traffic
# - crypto rule enables destination aggregation for crypto rail
optimizer:
aggregation:
default_mode: "no_optimization"
rules:
- id: "crypto_by_destination"
priority: 100
mode: "merge_by_destination"
match:
rail: "CRYPTO"
# Gateway instances and capabilities are sourced from service discovery.