OpenSearch/client/rest/src
Luca Cavanna b73f87b0ea Make buffer limit configurable in HeapBufferedConsumerFactory (#23970)
The buffer limit should have been configurable already, but the factory constructor is package private so it is truly configurable only from the org.elasticsearch.client package. Also the HttpAsyncResponseConsumerFactory interface was package private, so it could only be implemented from the org.elasticsearch.client package.

Closes #23958
2017-04-10 12:27:42 +02:00
..
main/java/org/elasticsearch/client Make buffer limit configurable in HeapBufferedConsumerFactory (#23970) 2017-04-10 12:27:42 +02:00
test/java/org/elasticsearch/client Make buffer limit configurable in HeapBufferedConsumerFactory (#23970) 2017-04-10 12:27:42 +02:00