Skip to content

Conversation

@gmarz
Copy link
Contributor

@gmarz gmarz commented Nov 1, 2014

Previously, pipelining was explicitly disabled since elasticsearch did not support it. Support has just been added (elastic/elasticsearch#8299) and so this PR adds a connection setting to enable/disable pipelining on the client as well.

Pipelining can be turned on at a global/connection level via IConnectionConfigurationValues or per request via IRequestConfiguration. The default is to disable pipelining (might make sense to default to enabled in 2.0).

@Mpdreamz
Copy link
Member

Mpdreamz commented Nov 6, 2014

LGTM 👍

Mpdreamz added a commit that referenced this pull request Nov 6, 2014
Add connection setting to enable/disable HTTP pipelining
@Mpdreamz Mpdreamz merged commit d2f6075 into develop Nov 6, 2014
@Mpdreamz Mpdreamz deleted the feature/configure-pipelining branch November 6, 2014 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants