-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Reactive Client for OpenSearch #108
Comments
This sounds like it's worth working on. Feel free to propose an architecture here or to submit a PR. |
You can use the open search async client with Mono.fromFuture but this is just a workaround, for example |
Thanks, I managed to do it using the old spring-data-elasticsearch |
@naumenkovadym Please can you help me how you were able to implement the same as I am stuck at same place and not able to integrate with Spring WebFlux |
hi @waytoharish Sure, here's an example
Configuration
ReactiveElasticsearchOperations should be used in repos |
Would really appreciate if this issue could be worked on! It would help us a lot! |
@cunhap care to help? |
Any progress with the issue? |
@BarboraCigankova @cunhap I don't think anyone is working on this. |
Has there been any activity on this issue? |
@kalyashov I don't think anyone is working on this. |
Duplicate of #23 |
Hi OpenSearch Team,
I see that Reactive classes from Spring Data Elasticsearch are missing, like DefaultReactiveElasticsearchClient:
https://github.com/spring-projects/spring-data-elasticsearch/tree/main/src/main/java/org/springframework/data/elasticsearch/client/erhlc
https://github.com/opensearch-project/spring-data-opensearch/tree/main/spring-data-opensearch/src/main/java/org/opensearch/data/client/orhlc
How can I use Spring WebFlux with OpenSearch?
Thanks.
The text was updated successfully, but these errors were encountered: