Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine separate es bulk api implementations #1834

Merged
merged 2 commits into from
Jun 14, 2016

Conversation

urso
Copy link

@urso urso commented Jun 10, 2016

Until now (_Connection).Bulk and (_Client).PublishEvents seem to be based on
different implementations for dealing with bulk API. Only the former being
tested by unit and integration tests. This refactoring removes duplicate logic.

Until now (*Connection).Bulk and (*Client).PublishEvents seem to be based on
different implementations for dealing with bulk API. Only the former being
tested by unit and integration tests. This refactoring removes duplicate logic.
@ruflin
Copy link
Contributor

ruflin commented Jun 13, 2016

Some of the bulk tests do not seem to like these changes.

@ruflin ruflin merged commit 09328f4 into elastic:master Jun 14, 2016
@urso urso deleted the refactor/es-out-bulk branch February 19, 2019 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants