You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/06/20 19:17:11 UTC

[GitHub] [apisix-ingress-controller] Yiyiyimu commented on a change in pull request #549: feat: support using apisix client separately with cache bypass

Yiyiyimu commented on a change in pull request #549:
URL: https://github.com/apache/apisix-ingress-controller/pull/549#discussion_r654977203



##########
File path: pkg/apisix/cluster.go
##########
@@ -276,6 +281,11 @@ func (c *cluster) String() string {
 
 // HasSynced implements Cluster.HasSynced method.
 func (c *cluster) HasSynced(ctx context.Context) error {
+	// if bypass cache no need to sync
+	if !c.bypassCache {

Review comment:
       Thanks! fixed




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org