-
Notifications
You must be signed in to change notification settings - Fork 937
Closed
Labels
documentationThis is a problem with documentation.This is a problem with documentation.dynamodb-enhanced
Description
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
- 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.
Links
https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/aws-sdk-java-dg-v2.pdf
Metadata
Metadata
Assignees
Labels
documentationThis is a problem with documentation.This is a problem with documentation.dynamodb-enhanced