[GitHub] [servicecomb-service-center] tianxiaoliang commented on a change in pull request #911: [SCB-2094]restructure cache

2021-04-06 Thread GitBox
tianxiaoliang commented on a change in pull request #911: URL: https://github.com/apache/servicecomb-service-center/pull/911#discussion_r608316136 ## File path: datasource/mongo/client/dao/microservice.go ## @@ -44,6 +67,60 @@ func GetService(ctx context.Context, filter

[GitHub] [servicecomb-service-center] tianxiaoliang commented on a change in pull request #911: [SCB-2094]restructure cache

2021-04-06 Thread GitBox
tianxiaoliang commented on a change in pull request #911: URL: https://github.com/apache/servicecomb-service-center/pull/911#discussion_r608315330 ## File path: datasource/mongo/client/dao/dep.go ## @@ -0,0 +1,90 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [servicecomb-service-center] tianxiaoliang commented on a change in pull request #911: [SCB-2094]restructure cache

2021-04-06 Thread GitBox
tianxiaoliang commented on a change in pull request #911: URL: https://github.com/apache/servicecomb-service-center/pull/911#discussion_r608315330 ## File path: datasource/mongo/client/dao/dep.go ## @@ -0,0 +1,90 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [servicecomb-service-center] tianxiaoliang commented on a change in pull request #911: [SCB-2094]restructure cache

2021-04-06 Thread GitBox
tianxiaoliang commented on a change in pull request #911: URL: https://github.com/apache/servicecomb-service-center/pull/911#discussion_r608315330 ## File path: datasource/mongo/client/dao/dep.go ## @@ -0,0 +1,90 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [servicecomb-java-chassis] csuyinwei commented on issue #2346: 切换LoadBalancerClientFilter到ReactiveLoadBalancerClientFilter后,默认的RoundRobinLoadBalancer实现无法找到后端实例信息

2021-04-06 Thread GitBox
csuyinwei commented on issue #2346: URL: https://github.com/apache/servicecomb-java-chassis/issues/2346#issuecomment-814565919 不好意思,刚才看了,spring-boot-starter-servicecomb只是一个声明,实际没有引用,已经删除 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2345: 如何改变请求体内容

2021-04-06 Thread GitBox
liubao68 commented on issue #2345: URL: https://github.com/apache/servicecomb-java-chassis/issues/2345#issuecomment-814552116 一般不建议修改流。 具体问题分析需要贴一下使用代码看看。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [servicecomb-java-chassis] liubao68 edited a comment on issue #2346: 切换LoadBalancerClientFilter到ReactiveLoadBalancerClientFilter后,默认的RoundRobinLoadBalancer实现无法找到后端实例信息

2021-04-06 Thread GitBox
liubao68 edited a comment on issue #2346: URL: https://github.com/apache/servicecomb-java-chassis/issues/2346#issuecomment-814542042 spring cloud huawei 和 servicecomb 是两个完全独立的项目。 为什么项目中需要同时使用 spring-boot-starter-servicecomb 和 spring-cloud-starter-huawei-router?

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2346: 切换LoadBalancerClientFilter到ReactiveLoadBalancerClientFilter后,默认的RoundRobinLoadBalancer实现无法找到后端实例信息

2021-04-06 Thread GitBox
liubao68 commented on issue #2346: URL: https://github.com/apache/servicecomb-java-chassis/issues/2346#issuecomment-814542042 spring cloud huawei 和 servicecomb 是两个完全独立的项目。 为什么项目中需要同时使用 spring-boot-starter-servicecomb 和 spring-cloud-starter-huawei-router? servicecomb的后续版本不再提供spring

[GitHub] [servicecomb-java-chassis] csuyinwei opened a new issue #2346: 切换LoadBalancerClientFilter到ReactiveLoadBalancerClientFilter后,默认的RoundRobinLoadBalancer实现无法找到后端实例信息

2021-04-06 Thread GitBox
csuyinwei opened a new issue #2346: URL: https://github.com/apache/servicecomb-java-chassis/issues/2346 spring-boot-starter-servicecomb:1.3.0 spring-cloud-starter-huawei-router:1.3.8-Greenwich spring-cloud-starter-gateway:2.2.4.RELEASE

[GitHub] [servicecomb-java-chassis] thenumb commented on issue #2345: 如何改变请求体内容

2021-04-06 Thread GitBox
thenumb commented on issue #2345: URL: https://github.com/apache/servicecomb-java-chassis/issues/2345#issuecomment-814536388 可以改变值的类型吗? -- 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

[GitHub] [servicecomb-service-center] robotLJW closed pull request #933: 1111

2021-04-06 Thread GitBox
robotLJW closed pull request #933: URL: https://github.com/apache/servicecomb-service-center/pull/933 -- 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

[servicecomb-java-chassis] tag 2.2.2 created (now 0754bf3)

2021-04-06 Thread liubao
This is an automated email from the ASF dual-hosted git repository. liubao pushed a change to tag 2.2.2 in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git. at 0754bf3 (commit) No new revisions were added by this update.

[GitHub] [servicecomb-java-chassis] thenumb opened a new issue #2345: 如何改变请求体内容

2021-04-06 Thread GitBox
thenumb opened a new issue #2345: URL: https://github.com/apache/servicecomb-java-chassis/issues/2345 我在网关的filter改变了requestEx的bodybuffer内容值,传递到后端服务,为什么值却没有改变? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [servicecomb-java-chassis] thenumb commented on issue #2330: 通过edge转发请求后

2021-04-06 Thread GitBox
thenumb commented on issue #2330: URL: https://github.com/apache/servicecomb-java-chassis/issues/2330#issuecomment-814082089 解决 -- 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

[GitHub] [servicecomb-java-chassis] thenumb closed issue #2330: 通过edge转发请求后

2021-04-06 Thread GitBox
thenumb closed issue #2330: URL: https://github.com/apache/servicecomb-java-chassis/issues/2330 -- 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

[GitHub] [servicecomb-service-center] DFSOrange closed pull request #911: [SCB-2094]restructure cache

2021-04-06 Thread GitBox
DFSOrange closed pull request #911: URL: https://github.com/apache/servicecomb-service-center/pull/911 -- 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

[GitHub] [servicecomb-service-center] robotLJW merged pull request #934: unified system ut file

2021-04-06 Thread GitBox
robotLJW merged pull request #934: URL: https://github.com/apache/servicecomb-service-center/pull/934 -- 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

[servicecomb-service-center] branch master updated: unified system ut file

2021-04-06 Thread robotljw
This is an automated email from the ASF dual-hosted git repository. robotljw pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git The following commit(s) were added to refs/heads/master by this push: new 7c143e8 unified system

[GitHub] [servicecomb-service-center] DFSOrange closed pull request #934: unified system ut file

2021-04-06 Thread GitBox
DFSOrange closed pull request #934: URL: https://github.com/apache/servicecomb-service-center/pull/934 -- 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

[GitHub] [servicecomb-service-center] DFSOrange opened a new issue #935: unified system ut file

2021-04-06 Thread GitBox
DFSOrange opened a new issue #935: URL: https://github.com/apache/servicecomb-service-center/issues/935 **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the

[GitHub] [servicecomb-service-center] DFSOrange opened a new pull request #934: unified system ut file

2021-04-06 Thread GitBox
DFSOrange opened a new pull request #934: URL: https://github.com/apache/servicecomb-service-center/pull/934 -- 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

[GitHub] [servicecomb-service-center] robotLJW opened a new pull request #933: 1111

2021-04-06 Thread GitBox
robotLJW opened a new pull request #933: URL: https://github.com/apache/servicecomb-service-center/pull/933 Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/SCB) filed

[GitHub] [servicecomb-java-chassis] wujimin merged pull request #2343: [SCB-2253] reduce invoke setter when configuration changed for @InjectProperties

2021-04-06 Thread GitBox
wujimin merged pull request #2343: URL: https://github.com/apache/servicecomb-java-chassis/pull/2343 -- 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

[servicecomb-java-chassis] branch master updated: [SCB-2253] reduce invoke setter when configuration changed for @InjectProperties

2021-04-06 Thread wujimin
This is an automated email from the ASF dual-hosted git repository. wujimin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git The following commit(s) were added to refs/heads/master by this push: new 0754bf3 [SCB-2253] reduce