Issue - 523 feat: Add configurable HTTP connection pooling for the adapter service

This commit is contained in:
ameersohel45
2025-09-25 16:37:13 +05:30
parent ff6b907dee
commit fc65e29590
3 changed files with 79 additions and 11 deletions

View File

@@ -23,6 +23,11 @@ modules:
handler:
type: std
role: bap
httpClientConfig:
maxIdleConns: 1000
maxIdleConnsPerHost: 200
idleConnTimeout: 300s
responseHeaderTimeout: 5s
plugins:
registry:
id: registry
@@ -68,6 +73,11 @@ modules:
handler:
type: std
role: bap
httpClientConfig:
maxIdleConns: 1000
maxIdleConnsPerHost: 200
idleConnTimeout: 300s
responseHeaderTimeout: 5s
plugins:
registry:
id: registry
@@ -114,6 +124,11 @@ modules:
type: std
role: bpp
subscriberId: bpp1
httpClientConfig:
maxIdleConns: 1000
maxIdleConnsPerHost: 200
idleConnTimeout: 300s
responseHeaderTimeout: 5s
plugins:
registry:
id: registry
@@ -159,6 +174,11 @@ modules:
handler:
type: std
role: bpp
httpClientConfig:
maxIdleConns: 1000
maxIdleConnsPerHost: 200
idleConnTimeout: 300s
responseHeaderTimeout: 5s
plugins:
registry:
id: registry