Skip to content

ConnectionPool should support circuit breaking #561

Open
@fabianfett

Description

@fabianfett

If we need a connection and can't establish a connection, while we also don't have any connection that is alive, we should start a counter after which we fail all the queued requests and fast fail any new request. We continue to try to reestablish a single connection, which once that succeeds, we exit the circuit breaker mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ConnectionPoolFeatures and bugs that are related to the impl in ConnectionPoolModule

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions