Sandeep More created KNOX-2908:
----------------------------------
Summary: Document KNOX-2543 - Add ability to retry failed requests
Key: KNOX-2908
URL: https://issues.apache.org/jira/browse/KNOX-2908
Project: Apache Knox
Issue Type: Bug
Components: Document
Reporter: Sandeep More
Document:
Add option to replay requests when the server unexpectedly closes the
connection (not in case of socket timeouts where the server is unable to reach)
Proposed changes are adding optional service params
retryCount - how many times should a request be retried
retryNonSafeRequest - Should an unsafe request be retries, unsafe = POST,
PUT, DELETE (!GET)
example
<service> <role>WHOAMI</role> <url>http://localhost:50071</url> <param
name="retryCount" value="5"/> </service>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)