AlinsRan commented on code in PR #1876:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/1876#discussion_r1419899168


##########
pkg/providers/ingress/translation/annotations/types.go:
##########
@@ -27,6 +27,12 @@ const (
        AnnotationsEnableWebSocket  = AnnotationsPrefix + "enable-websocket"
        AnnotationsPluginConfigName = AnnotationsPrefix + "plugin-config-name"
        AnnotationsUpstreamScheme   = AnnotationsPrefix + "upstream-scheme"
+
+       //support retries and timeouts on upstream
+       AnnotationsUpstreamRetry          = AnnotationsPrefix + "retry"

Review Comment:
   I suggest using  `retries`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to