opensearch-project / spring-data-opensearch

Apache License 2.0
118 stars 41 forks source link

[FEATURE] Clarify README.md compatibility matrix #117

Open wbeckler opened 1 year ago

wbeckler commented 1 year ago

Is your feature request related to a problem?

The README.md does not explain whether it is possible or how to connect with Amazon Managed Service or Serverless. This may not work today.

What solution would you like?

Modify the README to clarify whether the client can connect to Amazon Managed Service or Serverless. If it is not possible, open another issue to track that work.

Do you have any additional context?

Connection to those services works in the opensearch-java client. This issue proposes swapping out the high-level rest client for the opensearch-java client: https://github.com/opensearch-project/spring-data-opensearch/issues/19

mshahmoradi87 commented 2 months ago

I wanted to know if spring-data-opensearch is compatible with aws opensearch serverless and if there are configurations that I need to do to make it working ?