Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration report for DynamoDBClient #2646

Closed
msinton opened this issue Sep 23, 2021 · 1 comment
Closed

Configuration report for DynamoDBClient #2646

msinton opened this issue Sep 23, 2021 · 1 comment
Labels
feature-request A feature should be added or improved.

Comments

@msinton
Copy link

msinton commented Sep 23, 2021

Configuration report for DynamoDBClient

Describe the Feature

It would be amazing to be able to access the configuration of the DynamoDBAsyncClient (and other variations).
An example of this could look like:

client.configurationDescription()
// "retryPolicy: <details>, userAgentPrefix: <details>, requestTimeout: 1 seconds, clientExecutionTimeout: 1 seconds, etc"

Is your Feature Request related to a problem?

Yes, upgrading to AWS SDK v2 we see a performance hit and this would greatly benefit our investigation

Describe alternatives you've considered

I'm not able to extract the information by debugging

@msinton msinton added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Sep 23, 2021
@debora-ito debora-ito removed the needs-triage This issue or PR still needs to be triaged. label Oct 20, 2021
@debora-ito
Copy link
Member

Hi @msinton I see you've submitted the feature request for Java SDK v2 - aws/aws-sdk-java-v2#2733 - so I'll go ahead and close this one. New features have low priority in Java SDK v1 in favor of new feature work for Java SDK v2.

Feel free to reach out if you have other questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

2 participants