Does Spring Data Elasticsearch support Amazon Elasticsearch?

你。 提交于 2019-11-30 23:40:43

问题


From the research I have done it seems that the two do not work together because of HTTP only support for Amazon Elasticsearch.

Hoping someone can clarify if in fact it is not something that is possible with Spring Data Elasticsearch.


回答1:


From different discussions:
- Spring data ES and searchly
- port for the transport protocol

and the AWS documentation on ES service limitations; go to the bottom, the last line says:

The service supports HTTP on port 80, but does not support TCP transport.

It's not yet possible to use Spring Data ES which uses the Java APIs, with Amazon service which only available through REST.




回答2:


There is a nice project providing Jest implementation of Spring Data ES that works with AWS managed ES service.

Checkout https://github.com/VanRoy/spring-data-jest



来源:https://stackoverflow.com/questions/34009873/does-spring-data-elasticsearch-support-amazon-elasticsearch

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!