eclipse-ee4j / eclipse-ee4j/jersey
Allow apache connector to specify dns resolver.
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
Apache HttpClient has the ability to specify a DNS resolver, but it must be specified as part of the construction of the ConnectionManager.
Allowing for the DNS Resolver to be defined on it's own can make use of the existing code within ApacheConnector.createConnectionManager() which ensures the correct configuration of the ConnectionManager.
#### Affected Versions
[2.22.1]
Contributor guide
Research direction
Start by reading ApacheConnector.createConnectionManager() and the surrounding Apache connector configuration. Identify where the DNS resolver can be exposed independently while preserving the existing connection-manager setup; done means callers can specify a resolver and the connector uses it when constructing the manager.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100