Skip to content

Multiple endpoint support? #26

Open
@dopaminereceptionist

Description

It would be nice if I could connect to whichever endpoint is online. Something like this:

connection = dbapi2.connect(
    hosts=['db1', 'db2', 'db3'],
    port=4001,
)

Otherwise, endpoint has to be shared in some sort of failover by multiple nodes in order to avoid a single point of failure.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions