You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This exception can be solved if I change a value of maxInMemorySize in WebClient but I can't customize it now. (see details by spring-projects/spring-framework#23961)
WebClient of ReactiveRestClients is instanced by below method and there are no extension point to customize it.
Takaaki Iida opened DATAES-719 and commented
When my app gets a large response from Elasticsearch by ReactiveElasticsearchClient, I will get below exception.
This exception can be solved if I change a value of maxInMemorySize in WebClient but I can't customize it now. (see details by spring-projects/spring-framework#23961)
WebClient of ReactiveRestClients is instanced by below method and there are no extension point to customize it.
https://github.com/spring-projects/spring-data-elasticsearch/blob/3.2.3.RELEASE/src/main/java/org/springframework/data/elasticsearch/client/reactive/DefaultWebClientProvider.java#L137
Could you expose some extension point to customize it?
Affects: 4.0 M1 (Neumann), 3.2.3 (Moore SR3)
Referenced from: pull request #363, and commits 5bf073b, b731b47, 283b27d, f7a14c1
Backported to: 3.2.4 (Moore SR4)
The text was updated successfully, but these errors were encountered: