Provide support to increase developer productivity in Java when using Elasticsearch. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
In our application, we need to maintain connections to two Elasticsearch clusters. According to the Spring Data Elasticsearch documentation, it's possible to connect to only one cluster by default. Is there a way to connect to two clusters in the same application? If so, how can we configure it?
In our application, we need to maintain connections to two Elasticsearch clusters. According to the Spring Data Elasticsearch documentation, it's possible to connect to only one cluster by default. Is there a way to connect to two clusters in the same application? If so, how can we configure it?