GuoYL123 commented on a change in pull request #766:
URL:
https://github.com/apache/servicecomb-service-center/pull/766#discussion_r532374321
##########
File path: server/service/gov/config_distributor.go
##########
@@ -72,13 +73,42 @@ func Init() error {
}
return nil
}
-func Create(kind string, spec []byte) error {
+
+func Create(kind, project string, spec []byte) error {
var err error
for _, cd := range distributors {
- err = cd.Create(kind, spec)
+ err = cd.Create(kind, project, spec)
if err != nil {
return err
Review comment:
在kie_distributor.go增加了日志,以便排查
----------------------------------------------------------------
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]