embulk / embulk-output-elasticsearch

Apache License 2.0
32 stars 26 forks source link

Add connect_timeout_millis option #53

Closed sakama closed 6 years ago

sakama commented 6 years ago

Related with #51 Existing timeout_millis should be used for connection timeout for each HTTP requests. But original problem reported #51 need socket_timeout settings. I added new option socket_timeout_millis http://www.eclipse.org/jetty/javadoc/9.2.22.v20170606/org/eclipse/jetty/client/HttpClient.html#setConnectTimeout(long)

sakama commented 6 years ago

Thank you for your suggestion. I changed option name to connect_timeout_millis fb7f2f3

sakama commented 6 years ago

Thank you 👍