Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- upgrade ftw. This new version sets TCP_NODELAY on all connections.
Because of this change, the elasticsearch_http output can send data at a much faster rate (since we aren't waiting for a full segment before publishing data) Before this patch, locally I measured elasticsearch_http at 1500 eps; After this patch, I measured elasticsearch_http at 8500 eps.
- Loading branch information