mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
This commit adds a new configuration property `"spring.data.elasticsearch.client.reactive.max-in-memory-size"` which configures the maximum amount of memory buffered by the `WebClient` used by the Reactive ElasticSearch client. See gh-20205