What are the default values for NettyNioAsyncHttpClient maxConcurrency, maxPendingConnectionAcquires, and connectionAcquisitionTimeout? #6493
Unanswered
ashwinsangem
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I'm experiencing connection acquisition timeouts in production and would like to understand the default values for
NettyNioAsyncHttpClientconfiguration parameters to better tune my application.Specifically, what are the default values for:
maxConcurrency()maxPendingConnectionAcquires()connectionAcquisitionTimeout()Production Issue
I'm encountering this error in my materializer application:
The error suggests the acquire timeout is 10 seconds, but I'd like to confirm the official defaults for all parameters.
Current Configuration
I'm currently using explicit configuration to avoid relying on defaults:
Documentation Gap
The HTTP Configuration Netty documentation or the source file doesn't explicitly list the default values for these parameters. It would be helpful to have these documented for better application tuning.
Use Case
My application has a component that processes data and uploads to S3. It needs to handle:
Understanding the defaults would help me make informed decisions about whether to use explicit configuration or rely on SDK defaults.
Request
Could you please provide the official default values for these parameters? If they're documented somewhere I missed, a pointer to the documentation would be appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions