aerospike / aerospike-client-java

Aerospike Java Client Library
Other
236 stars 212 forks source link

Provide capability to read data from multiple clusters #126

Closed s-aravind-flipkart closed 5 years ago

s-aravind-flipkart commented 5 years ago

Aerospike client support to query multiple aerospike clusters i.e federated client to query multiple clusters

BrianNichols commented 5 years ago

I'm not so sure I understand this request. Multiple clusters can be queried using multiple instances of AerospikeClient.

s-aravind-flipkart commented 5 years ago

Yes, it is possible but providing a single interface for multiple clients will allow disparate clusters to be queried. Today ES provides cross-cluster search capabilities was thinking such a thing is possible or not from aerospike