Skip to content

Make cursor reuse connection when in replica cluster. #4

@virmundi

Description

@virmundi

Presently all GET operations select a random connection. This will work fine as long as the query result fits in a single reply, but then will fail on the NEXT call. Any cursor operations need to return the connection config used to get the original cursor. The caller method should then prioritize a connection in the ctx rather than finding a new one.

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