Skip to content

Commit 06ee23b

Browse files
authored
Determine health checks are disabled by default (#3713)
1 parent 80a6a5a commit 06ee23b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/AwsCrtAsyncHttpClient.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,9 @@ public interface Builder extends SdkAsyncHttpClient.Builder<AwsCrtAsyncHttpClien
352352
* of time ({@link ConnectionHealthConfiguration#minimumThroughputTimeout()}),
353353
* then the connection is considered unhealthy and will be shut down.
354354
*
355+
* <p>
356+
* By default, monitoring options are disabled. You can enable {@code healthChecks} by providing this configuration
357+
* and specifying the options for monitoring for the connection manager.
355358
* @param healthChecksConfiguration The health checks config to use
356359
* @return The builder of the method chaining.
357360
*/

0 commit comments

Comments
 (0)