eclipse-ee4j / eclipse-ee4j/jersey
JERSEY-2736: Impossible to define ConnectionReuseStrategy using ApacheConnector
Open
ahc
apache
Component: connectors
Priority: Major
Type: Bug
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
There is no way to define ConnectionReuseStrategy for Apache client (using ApacheConnector) through client config, and the fact that ApacheConnector is creating HttpClientBuilder with default value for boolean "systemProperties" (which is "false"), makes it impossible to use "http.keepAlive" system property.
Contributor guide
Assessment
This issue has not been assessed yet.