You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2021. It is now read-only.
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...