tianxiaoliang commented on a change in pull request #759:
URL:
https://github.com/apache/servicecomb-service-center/pull/759#discussion_r530927638
##########
File path: datasource/mongo/database.go
##########
@@ -65,13 +67,17 @@ const (
ServiceAlias = "serviceinfo.alias"
ServiceVersion = "serviceinfo.version"
ServiceSchemas = "serviceinfo.schemas"
+ ServiceEnvironment = "serviceinfo.environment"
RuleAttribute = "ruleinfo.attribute"
RulePattern = "ruleinfo.pattern"
RuleModTime = "ruleinfo.modtimestamp"
RuleDescription = "ruleinfo.description"
RuleRuletype = "ruleinfo.ruletype"
SchemaInfo = "schemainfo"
SchemaSummary = "schemasummary"
+ DepConEnv = "consumerdependency.consumer.environment"
+ DepConAppID = "consumerdependency.consumer.appid"
Review comment:
这consume在2处有,什么意思,不是冗余信息?
##########
File path: datasource/mongo/database.go
##########
@@ -31,8 +31,8 @@ const (
AccountTokenExpirationTime = "tokenexpirationtime"
AccountCurrentPassword = "currentpassword"
AccountStatus = "status"
- InstanceID = "instanceinfo.instanceid"
- ServiceID = "instanceinfo.serviceid"
+ InstanceInstanceID = "instanceinfo.instanceid"
Review comment:
here
----------------------------------------------------------------
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:
[email protected]