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


##########
internal/adc/translator/httproute.go:
##########
@@ -711,7 +723,7 @@ func (t *Translator) TranslateHTTPRoute(tctx 
*provider.TranslateContext, httpRou
                enableWebsocket, _ := t.translateBackendsToUpstreams(tctx, 
rule, httpRoute, service)
 
                if err := t.fillPluginsFromHTTPRouteFilters(service.Plugins, 
httpRoute.GetNamespace(), rule.Filters, rule.Matches, tctx); err != nil {
-                       return nil, err
+                       setExtensionRefErrorResponse(service)

Review Comment:
   The error log is missing here. It will hinder the debug.



-- 
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