You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/json-schema/schema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21764,7 +21764,7 @@
21764
21764
"description": "BackOff specifies the parameters for the backoff strategy, controlling how delays between retries should increase."
21765
21765
},
21766
21766
"onFailure": {
21767
-
"description": "OnFailure specifies the action to take when a retry fails. The default action is to retry.",
21767
+
"description": "OnFailure specifies the action to take when the specified retry strategy fails. The possible values are: 1. \"retry\": start another round of retrying the operation, 2. \"fallback\": re-route the operation to a fallback sink and 3. \"drop\": drop the operation and perform no further action. The default action is to retry.",
"description": "OnFailure specifies the action to take when a retry fails. The default action is to retry.",
21754
+
"description": "OnFailure specifies the action to take when the specified retry strategy fails. The possible values are: 1. \"retry\": start another round of retrying the operation, 2. \"fallback\": re-route the operation to a fallback sink and 3. \"drop\": drop the operation and perform no further action. The default action is to retry.",
0 commit comments