Hi team,
I have a question about high level rest client
lets suppose
I have 2 clusters running on two different machines and those clusters have an index with the same name. I have a Java application which fetches data from a single cluster using HLRC. Now I want to connect to both the clusters and want to fire API calls to them so that it can fetch the data from both the indexes on different machines. So can a single client instance connect to multiple clusters and fire a query which fetches data from both the clusters and I also want the combined results of both the request in a single response.
Is this at all possible and if not what can be my best approach to this?