We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Every AWS SDK will create at least 64 threads.
When traffic comes in, more than 200 threads are created at once. It is meaningful to optimize the netty configuration for AWS SDK.
The text was updated successfully, but these errors were encountered:
Solution: DefaultS3Operator add constructor which support pass netty client
Sorry, something went wrong.
superhx
No branches or pull requests
Every AWS SDK will create at least 64 threads.
When traffic comes in, more than 200 threads are created at once. It is meaningful to optimize the netty configuration for AWS SDK.
The text was updated successfully, but these errors were encountered: