我目前正在使用
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.RELEASE</version>
</parent>
并遵循elasticsearch的依赖关系
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId>
</dependency>
我现在正在连接到单个elastic群集,但现在我需要连接到多个elasticsearch群集中的任意一个。这应该在运行时使用springcloud配置发生。这能实现吗?如何实现?
暂无答案!
目前还没有任何答案,快来回答吧!