Add configuration option for Elasticsearch connection keep-alive
Description
Activity
Show:
Fixed
Details
Details
Assignee
Reporter

Components
Fix versions
Priority
Created February 28, 2023 at 1:01 PM
Updated June 2, 2023 at 1:33 PM
Resolved March 10, 2023 at 3:25 PM
Seems like this problem is relatively widespread.
It would be nice to provide a configuration property to limit the keep-alive, e.g.:
See
com.amazonaws.http.conn.SdkConnectionKeepAliveStrategy
for a nice implementation of what we need, and the link above for how to set that strategy.