-
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
[PROPOSAL] provide spring AutoConfiguration support #34
Comments
Good idea. Care to contribute @Maglore? |
I have opened spring-projects/spring-boot#33011 so we could get Elasticsearch auto configuration out of our way (related issue is spring-projects/spring-boot#33010) |
Perhaps we should split this project into two modules:
|
+1 to have dedicated starter module, we also have an issue which I was trying to address in Spring Boot but it was rejected: we sadly have to find a way to exclude (may be using |
@Maglore if you are not working on it, I would like to pick it up so we should be ready for mid-November Spring / Spring Boot / Spring Data Elasticsearch releases, thanks! |
@reta, yes sry i have currently no time to work on it, sry for the late answer |
What/Why
What are you proposing?
Provide an AutoConfiguration for spring opensearch library like it is done for elastisearch
What problems are you trying to solve?
Currently the RestClient has to be build from every user and every user has to define its own properties.
This can unified and simplified with this configuration.
What is the developer experience going to be?
This should ease the start of other spring developers with this library.
Are there any security considerations?
No, even if done correctly some basic security configurations can be made here.
The text was updated successfully, but these errors were encountered: