Skip to content

Conversation

lauzadis
Copy link
Contributor

@lauzadis lauzadis commented Oct 9, 2025

Adds an executorService configuration option which allows users to customize which java.util.concurrent.ExecutorService is used by OkHttp's dispatcher. This is particularly useful for enabling use of virtual threads by configuring executorService = Executors.newVirtualThreadPerTaskExecutor().

Issue #

Closes aws/aws-sdk-kotlin#1707

Description of changes

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@lauzadis lauzadis requested a review from a team as a code owner October 9, 2025 09:27

This comment has been minimized.

This comment has been minimized.

1 similar comment
Copy link

github-actions bot commented Oct 9, 2025

Affected Artifacts

Changed in size
Artifact Pull Request (bytes) Latest Release (bytes) Delta (bytes) Delta (percentage)
http-client-engine-okhttp-jvm.jar 123,272 122,918 354 0.29%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Integrate Support for OkHttp5 engine

1 participant