You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue:
Is the OpenSearch client with connection_class=Urllib3HttpConnection thread-safe?
As part of adopting OpenSearch in our Python repository, we aim to verify whether the client configured with connection_class=Urllib3HttpConnection is thread-safe. We have noted that perform_request utilizes Urllib3's connection pool, which is known to be thread-safe. However, we have found no additional documentation that clarifies this issue further.
Versions
Client - opensearch-py = "2.5.0"
AWS serverless = 2.0.x
Describe the issue:
Is the OpenSearch client with
connection_class=Urllib3HttpConnection
thread-safe?As part of adopting OpenSearch in our Python repository, we aim to verify whether the client configured with
connection_class=Urllib3HttpConnection
is thread-safe. We have noted thatperform_request
utilizes Urllib3's connection pool, which is known to be thread-safe. However, we have found no additional documentation that clarifies this issue further.Configuration:
The text was updated successfully, but these errors were encountered: