I was consulting the documentation of Spring Data Elasticsearch store and I came across this line:
Refer to store-specific documentation for more details on reactive support.
Although I'm already in the elasticsearch store documentation, I didn't find any further information about reactive support. Where can I find further informations on this?
reactive support is available in the current master branch (which currerntly is milestone version 3.2.0 M4) and will be released as part of the Spring Data Moore release.
You find the documentation here