Konrad Windszus created CXF-8725:
------------------------------------

             Summary: Allow RetryStrategy to optionally not retry for 404 
responses
                 Key: CXF-8725
                 URL: https://issues.apache.org/jira/browse/CXF-8725
             Project: CXF
          Issue Type: Improvement
          Components: Clustering
            Reporter: Konrad Windszus


Currently when using a {{org.apache.cxf.clustering.RetryStrategy}} with 
{{org.apache.cxf.clustering.FailoverFeature}} on a {{JAXRSClientFactory}} it 
will always retry in case of HTTP status codes 404, 503 and 429 
(https://github.com/apache/cxf/blob/master/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java#L1603-L1605).
 While this is reasonable to do always for the latter two a 404 could also 
indicate a regular ReST API response in case of invalid parametrisation.

Therefore it should be possible to optionally disable retries for 404.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to