-
Enhancement
-
Resolution: Done
-
Major
-
4.1.1.Final
-
None
With https://issues.jboss.org/browse/RESTEASY-1983, the client configuration is inherited and detached from parent. This is per JAX-RS spec. However, deep copying all the configuration each time a new `Webtarget` is created even when there is no configuration difference between parent and child gets quite costly. In our internal testing, we identified significant memory pressure because of this, which impacts our 99th percentile latency.
Please see the PR https://github.com/resteasy/Resteasy/pull/2107.
- relates to
-
RESTEASY-1983 Instances built from org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget must inherit of a detached snaphot of the parent configuration (PART2)
- Resolved
-
JBEAP-18635 Increased response time and gc for rest endpoints running rest clients
- Closed
-
RESTEASY-2487 Fast boot and completion stage unwind
- Resolved