Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

KairosDB High Availability #3

@peske

Description

@peske

First: thanks for your effort guyz!

Now suggestion (feature request):

It would be great if the library could support multiple KairosDb instances. For example, in my environment I have two KairosDb instances both targeting the same keyspace in Cassandra backend cluster.

At the moment while creating RestClient instance we need to specify exact particular KairosDb. But much better approach would be to specify all KairosDb instances (endpoints), and to implement some kind of load-balancing / failover behavior within RestClient itself.

It shouldn't be too hard to accomplish since you can borrow this code from another project. I'm not 100% sure but I believe that ElasitcSearch client implements similar thing. Cassandra .NET client does the similar...

Thanks!

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