Skip to content

Expose a way to check if the client has a working connection to the server #102

Description

@rainerschoe

The motivation is that users want to implement Fallback services (e.g. a different AppConfig server instance / region) in case a connection failure persists.

We could in theory extend the FallbackDataSource meachanism we already have. However the Node / Python / Go clients have a way simpler implementation:

They expose a isConnected() method and all fallback logic is then responsibility of the user.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions