Skip to content

[Feature] Add an extension point for client connection pooling #109

Description

@yarolegovich

a2aclient.WithConnectionPool() factory option can simplify connection reuse for integrations like ADK RemoteAgent, 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions