Open
Description
See #30096 and #30378 for background. To make it easier for users to configure the refresh policy and indices options of the auto-configured ReactiveElasticsearchTemplate
, it would be good to provide configuration properties for those two settings.
There's no existing @ConfigurationProperties
class to which these new properties could be added so we'll need to consider where we want the properties to go. The only Data Elasticsearch property that we have at the moment is spring.data.elasticsearch.repositories.enabled
. The new properties should probably go beneath spring.data.elasticsearch.template.reactive
or spring.data.elasticsearch.reactive.template
.