数据库依赖,访问ES部分,不支持https加密连接
<groupId>io.github.zqrferrari</groupId>
<artifactId>logi-elasticsearch-client</artifactId>
io.github.zqrferrari logi-elasticsearch-client 1.0.16 com.didiglobal.logi.elasticsearch.client.ESClient中配置HttpHost的处理默认协议是HTTP,我司所有es都是https访问。
这块可否给个具体的例子,我们在后续版本中看一下如何做优化
这个是封装在com.didiglobal.logi.elasticsearch.client中的ESClient,这里的new HttpHost(ta.getAddress(), ta.getPort()) 默认是http,建议改成HttpHost.create(string) ,配置测读的是','分隔的 完整的uri string
好像logi-elasticsearch-client 没有开源出来。我没有找到repo
好像logi-elasticsearch-client 没有开源出来。我没有找到repo
https://github.com/didi/LogiCommon 是这个仓库