a2aproject / a2aproject/a2a-go
[Feature] Add an extension point for client connection pooling
オープン
enhancement
- 主要言語
- Go
- スター
- 460
- フォーク
- 93
- 平均マージ
- 2日 21時間
- マージ済み PR(30日)
- 9
説明
`a2aclient.WithConnectionPool()` factory option can simplify connection reuse for integrations like [ADK RemoteAgent](https://github.com/google/adk-go/blob/main/agent/remoteagent/a2a_agent.go#L35), where constructor takes an AgentCard and opens a connection on invocation.
Connection pooling improves application performance by reusing existing connections instead of creating new ones, which reduces overhead and speeds up response times.
コントリビューションガイド
評価
この issue はまだ評価されていません。