[ https://issues.apache.org/jira/browse/CXF-8287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Konrad Windszus resolved CXF-8287. ---------------------------------- Resolution: Fixed This has been fixed already in https://github.com/apache/cxf/commit/7bcba1ed4155f21e9cf5a4ff85f953ba712ca217. > HttpConduit: Also set org.apache.cxf.transport.service_not_available for > status code 429 > ---------------------------------------------------------------------------------------- > > Key: CXF-8287 > URL: https://issues.apache.org/jira/browse/CXF-8287 > Project: CXF > Issue Type: Improvement > Affects Versions: 3.3.6 > Reporter: Konrad Windszus > Assignee: Freeman Yue Fang > Priority: Major > Fix For: 3.4.0 > > > Status code 429 may be used to indicate a temporary overload > (https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429). This should > trigger the FailoverFeature as well. For that property > {{org.apache.cxf.transport.service_not_available}} should be set in case of > that status code in > https://github.com/apache/cxf/blob/f1f312b6dcd3770a52d1dd42e260a4ac26c779b7/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java#L1603 > as well. -- This message was sent by Atlassian Jira (v8.20.7#820007)