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
I have found similar inquiry for SdkClient thread safety as well as the statement (attached below for reference) on service clients' thread safety, but I am unable to find any documentation on thread safety for some of the components, such as DynamoDbIndex.
My inquiry are
Is DynamoDbIndex thread safe?
If so, could we have this added in official documentation and/or via annotations similar to the service clients?
Statement on service client thread safety from the developer guide:
Service clients in the SDK are thread-safe. For best performance, treat them as long-lived
objects. Each client has its own connection pool resource that is released when the client is
garbage collected.
Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the issue
I have found similar inquiry for SdkClient thread safety as well as the statement (attached below for reference) on service clients' thread safety, but I am unable to find any documentation on thread safety for some of the components, such as DynamoDbIndex.
My inquiry are
Statement on service client thread safety from the developer guide:
Links
https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/aws-sdk-java-dg-v2.pdf
https://github.com/aws/aws-sdk-java-v2/blob/master/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/DynamoDbIndex.java
The text was updated successfully, but these errors were encountered: