You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by "kkf1 (via GitHub)" <gi...@apache.org> on 2023/03/28 01:38:00 UTC

[GitHub] [servicecomb-kie] kkf1 commented on a diff in pull request #287: [fix] fix inconsistency bug between cache layer and etcd.

kkf1 commented on code in PR #287:
URL: https://github.com/apache/servicecomb-kie/pull/287#discussion_r1149937684


##########
server/config/struct.go:
##########
@@ -19,9 +19,10 @@ package config
 
 // Config is yaml file struct
 type Config struct {
-	DB   DB   `yaml:"db"`
-	RBAC RBAC `yaml:"rbac"`
-	Sync Sync `yaml:"sync"`
+	DB          DB          `yaml:"db"`
+	RBAC        RBAC        `yaml:"rbac"`
+	Sync        Sync        `yaml:"sync"`
+	CacheLabels CacheLabels `yaml:"cacheLabels"`

Review Comment:
   done



-- 
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: commits-unsubscribe@servicecomb.apache.org

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