[GitHub] [servicecomb-java-chassis] liubao68 opened a new pull request #2099: [SCB-2137]Upgrade Vert.x version to 3.9.4

2020-12-03 Thread GitBox
liubao68 opened a new pull request #2099: URL: https://github.com/apache/servicecomb-java-chassis/pull/2099 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

[servicecomb-java-chassis] branch master updated: [SCB-2141] add RestClientTransportContext (#2097)

2020-12-03 Thread liubao
This is an automated email from the ASF dual-hosted git repository. liubao 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 ab08edf [SCB-2141] add

[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #2097: [SCB-2141] add RestClientTransportContext

2020-12-03 Thread GitBox
liubao68 merged pull request #2097: URL: https://github.com/apache/servicecomb-java-chassis/pull/2097 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [servicecomb-service-center] little-cui opened a new pull request #774: SCB-2094 Decouple etcd/util and service pkg

2020-12-03 Thread GitBox
little-cui opened a new pull request #774: URL: https://github.com/apache/servicecomb-service-center/pull/774 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-service-center] DFSOrange commented on a change in pull request #771: [SCB-2094] implement mongo dumpcache interface

2020-12-03 Thread GitBox
DFSOrange commented on a change in pull request #771: URL: https://github.com/apache/servicecomb-service-center/pull/771#discussion_r535200944 ## File path: datasource/mongo/system_util.go ## @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [servicecomb-service-center] lilai23 opened a new pull request #773: Syncer optimization: replace slice with channel in the implemention of queue

2020-12-03 Thread GitBox
lilai23 opened a new pull request #773: URL: https://github.com/apache/servicecomb-service-center/pull/773 - 在之前的PR中,syncer增量同步是使用slice实现的一个增量队列,根据revision取出相应的增量队列进行同步,定时任务清除已同步的队列。 - 本次PR用channel取代slice实现增量队列,每个远端syncer对应一个channel来存放监听到的event数据,增量同步时对号入座取出同步数据,也不再需要清除队列的定时任务。

[GitHub] [servicecomb-java-chassis] codecov-io commented on pull request #2099: [SCB-2137]Upgrade Vert.x version to 3.9.4

2020-12-03 Thread GitBox
codecov-io commented on pull request #2099: URL: https://github.com/apache/servicecomb-java-chassis/pull/2099#issuecomment-737962017 # [Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2099?src=pr=h1) Report > Merging

[servicecomb-java-chassis] branch 1.3.x updated: [SCB-2137]Upgrade Vert.x version to 3.9.4

2020-12-03 Thread wujimin
This is an automated email from the ASF dual-hosted git repository. wujimin pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git The following commit(s) were added to refs/heads/1.3.x by this push: new fb97eb4 [SCB-2137]Upgrade

[servicecomb-java-chassis] branch master updated: [SCB-2135]provider flow control support for operation to any client service

2020-12-03 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 3cb3649 [SCB-2135]provider

[GitHub] [servicecomb-java-chassis] wujimin merged pull request #2099: [SCB-2137]Upgrade Vert.x version to 3.9.4

2020-12-03 Thread GitBox
wujimin merged pull request #2099: URL: https://github.com/apache/servicecomb-java-chassis/pull/2099 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [servicecomb-java-chassis] wujimin merged pull request #2098: [SCB-2135]provider flow control support for operation to any client s…

2020-12-03 Thread GitBox
wujimin merged pull request #2098: URL: https://github.com/apache/servicecomb-java-chassis/pull/2098 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [servicecomb-service-center] tianxiaoliang merged pull request #774: SCB-2094 Decouple etcd/util from service pkg

2020-12-03 Thread GitBox
tianxiaoliang merged pull request #774: URL: https://github.com/apache/servicecomb-service-center/pull/774 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[servicecomb-service-center] branch master updated (1a8351a -> c1d8c70)

2020-12-03 Thread tianxiaoliang
This is an automated email from the ASF dual-hosted git repository. tianxiaoliang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git. from 1a8351a [SCB-2094] Heartbeat interface optimization (#772) add c1d8c70 SCB-2094

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1883: 建议异步编程支持project-reactor

2020-12-03 Thread GitBox
liubao68 commented on issue #1883: URL: https://github.com/apache/servicecomb-java-chassis/issues/1883#issuecomment-738512233 暂时没有这个计划。 CompletableFuture 目前看依然非常好用,只是开发者还没习惯, 而且 JDK 的后续版本异步编程还在持续增强,大部分开发者对异步的诉求也不是很强烈。 java-chassis 保持和 JDK 一致, 暂时不会考虑使用第三方开发接口做异步。

[GitHub] [servicecomb-java-chassis] wujimin commented on issue #1883: 建议异步编程支持project-reactor

2020-12-03 Thread GitBox
wujimin commented on issue #1883: URL: https://github.com/apache/servicecomb-java-chassis/issues/1883#issuecomment-738515304 可以说一下有哪些地方“太难用”不 我目前知道的有一个点:通过async系列方法切换线程后,后续没指定线程池的then/when调用挂上去的回调,执行线程是不确定的 这个问题我是在java 11里,通过继承CompletableFuture搞定的(在java 8里不太好搞)

[GitHub] [servicecomb-service-center] tianxiaoliang commented on a change in pull request #774: SCB-2094 Decouple etcd/util from service pkg

2020-12-03 Thread GitBox
tianxiaoliang commented on a change in pull request #774: URL: https://github.com/apache/servicecomb-service-center/pull/774#discussion_r535731190 ## File path: datasource/dependency_util_test.go ## @@ -0,0 +1,30 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [servicecomb-java-chassis] yuzhouzhouba commented on issue #2072: 您好,在传递大文件的时候,遇到的网络延时问题

2020-12-03 Thread GitBox
yuzhouzhouba commented on issue #2072: URL: https://github.com/apache/servicecomb-java-chassis/issues/2072#issuecomment-738538763 按照开发的文档的示例代码进行编写 ``` @GetMapping(path = "/resource") @ApiResponses({ @ApiResponse(code = 200, response = File.class, message = "") }) public

[GitHub] [servicecomb-java-chassis] xhanthow commented on issue #1883: 建议异步编程支持project-reactor

2020-12-03 Thread GitBox
xhanthow commented on issue #1883: URL: https://github.com/apache/servicecomb-java-chassis/issues/1883#issuecomment-738554798 我这个+1是指->异步编程支持`project-reactor` 目前用这个`CompletableFuture`还是没遇到啥问题。 This is an automated

[GitHub] [servicecomb-java-chassis] wujimin opened a new pull request #2101: [SCB-2142] add RestClientEncoder

2020-12-03 Thread GitBox
wujimin opened a new pull request #2101: URL: https://github.com/apache/servicecomb-java-chassis/pull/2101 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] liubao68 opened a new pull request #2102: [SCB-2145]fix local yaml unsafe parse problem

2020-12-03 Thread GitBox
liubao68 opened a new pull request #2102: URL: https://github.com/apache/servicecomb-java-chassis/pull/2102 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] codecov-io commented on pull request #2100: [SCB-2135]merge flow control function from 2.1.x to 1.3.x

2020-12-03 Thread GitBox
codecov-io commented on pull request #2100: URL: https://github.com/apache/servicecomb-java-chassis/pull/2100#issuecomment-738553476 # [Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2100?src=pr=h1) Report > Merging

[GitHub] [servicecomb-java-chassis] liubao68 opened a new pull request #2100: [SCB-2135]merge flow control function from 2.1.x to 1.3.x

2020-12-03 Thread GitBox
liubao68 opened a new pull request #2100: URL: https://github.com/apache/servicecomb-java-chassis/pull/2100 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] liubao68 merged pull request #2100: [SCB-2135]merge flow control function from 2.1.x to 1.3.x

2020-12-03 Thread GitBox
liubao68 merged pull request #2100: URL: https://github.com/apache/servicecomb-java-chassis/pull/2100 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[servicecomb-java-chassis] branch 1.3.x updated: [SCB-2135]merge flow control function from 2.1.x to 1.3.x (#2100)

2020-12-03 Thread liubao
This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git The following commit(s) were added to refs/heads/1.3.x by this push: new c0eb2d9 [SCB-2135]merge flow

[GitHub] [servicecomb-service-center] fuziye01 commented on a change in pull request #773: Syncer optimization: replace slice with channel in the implemention of queue

2020-12-03 Thread GitBox
fuziye01 commented on a change in pull request #773: URL: https://github.com/apache/servicecomb-service-center/pull/773#discussion_r535901648 ## File path: syncer/server/handler.go ## @@ -37,6 +37,7 @@ const ( EventDiscovered = "discovered"

[GitHub] [servicecomb-java-chassis] codecov-io commented on pull request #2098: [SCB-2135]provider flow control support for operation to any client s…

2020-12-03 Thread GitBox
codecov-io commented on pull request #2098: URL: https://github.com/apache/servicecomb-java-chassis/pull/2098#issuecomment-737739792 # [Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2098?src=pr=h1) Report > Merging

[GitHub] [servicecomb-java-chassis] codecov-io commented on pull request #2097: [SCB-2141] add RestClientTransportContext

2020-12-03 Thread GitBox
codecov-io commented on pull request #2097: URL: https://github.com/apache/servicecomb-java-chassis/pull/2097#issuecomment-737736088 # [Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2097?src=pr=h1) Report > Merging