You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/08/27 01:01:37 UTC

[servicecomb-docs] branch master updated (ac2a920 -> 8be6b7d)

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-docs.git.


    from ac2a920  modify service swagger doc
     new 80a0afc  [SCB-1461] rename servicecomb.service.registry.client.workerPoolSiz to  servicecomb.service.registry.client.instances.
     new 35e164d  [SCB-1462] add two properties, servicecomb.service.registry.client.eventLoopPoolSize and servicecomb.service.registry.client.workerPoolSize
     new 89e43f1  [SCB-1462] remove space that has been typed wrongly
     new 8be6b7d  [SCB-1462] modify descriptions  of servicecomb.service.registry.client.eventLoopPoolSize and servicecomb.service.registry.client.workerPoolSize

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 java-chassis-reference/en_US/general-development/visit-sc.md | 7 ++++---
 java-chassis-reference/zh_CN/general-development/visit-sc.md | 4 +++-
 2 files changed, 7 insertions(+), 4 deletions(-)


[servicecomb-docs] 03/04: [SCB-1462] remove space that has been typed wrongly

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-docs.git

commit 89e43f1199b6cac0ebf5ca56544301fba9ad4f52
Author: Liu Huaizhou <li...@163.com>
AuthorDate: Mon Aug 26 20:35:07 2019 +0800

    [SCB-1462] remove space that has been typed wrongly
---
 java-chassis-reference/zh_CN/general-development/visit-sc.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java-chassis-reference/zh_CN/general-development/visit-sc.md b/java-chassis-reference/zh_CN/general-development/visit-sc.md
index eecaa47..3858609 100644
--- a/java-chassis-reference/zh_CN/general-development/visit-sc.md
+++ b/java-chassis-reference/zh_CN/general-development/visit-sc.md
@@ -1,4 +1,4 @@
- ## 概念阐述
+## 概念阐述
 
 系统通过[服务中心](https://github.com/apache/servicecomb-service-center)实现服务之间的发现。服务启动过程中,会向服务中心进行注册。在调用其他服务的时候,会从服务中心查询其他服务的实例信息,比如访问地址、使用的协议以及其他参数。服务中心支持使用PULL和PUSH两种模式通知实例变化。
 


[servicecomb-docs] 04/04: [SCB-1462] modify descriptions of servicecomb.service.registry.client.eventLoopPoolSize and servicecomb.service.registry.client.workerPoolSize

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-docs.git

commit 8be6b7d05422da033a2c5f90299e9a3dd858af6c
Author: Liu Huaizhou <li...@163.com>
AuthorDate: Tue Aug 27 08:34:29 2019 +0800

    [SCB-1462] modify descriptions  of servicecomb.service.registry.client.eventLoopPoolSize and servicecomb.service.registry.client.workerPoolSize
---
 java-chassis-reference/en_US/general-development/visit-sc.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java-chassis-reference/en_US/general-development/visit-sc.md b/java-chassis-reference/en_US/general-development/visit-sc.md
index 8c2ad35..286e4f8 100755
--- a/java-chassis-reference/en_US/general-development/visit-sc.md
+++ b/java-chassis-reference/en_US/general-development/visit-sc.md
@@ -23,5 +23,5 @@ Developers can configure service center clusters addresses, connection parameter
 | servicecomb.service.registry.client.timeout.idle | 60 |  | Connection idle timeout in milliseconds |  |  |
 | servicecomb.service.registry.client.timeout.heartbeat | 3000 |  | Heartbeat request timeout in milliseconds |  |  |
 | servicecomb.service.registry.client.instances | 1 |  | No | the account of verticle instances that Service Registry Client had been deployed |  |  |
-| servicecomb.service.registry.client.eventLoopPoolSize | 4 |  | No | the size of Service Registry client Event Loop pool size |  |
-| servicecomb.service.registry.client.workerPoolSize | 4 |  | No | the size of Service Registry client worker pool size |  |
+| servicecomb.service.registry.client.eventLoopPoolSize | 4 |  | No | the size of Service Registry client Event Loop pool |  |
+| servicecomb.service.registry.client.workerPoolSize | 4 |  | No | the size of Service Registry client worker pool |  |


[servicecomb-docs] 02/04: [SCB-1462] add two properties, servicecomb.service.registry.client.eventLoopPoolSize and servicecomb.service.registry.client.workerPoolSize

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-docs.git

commit 35e164d2fb523a542edac5836acf39f16d5c8e68
Author: Liu Huaizhou <li...@163.com>
AuthorDate: Mon Aug 26 20:31:27 2019 +0800

    [SCB-1462] add two properties, servicecomb.service.registry.client.eventLoopPoolSize and servicecomb.service.registry.client.workerPoolSize
---
 java-chassis-reference/en_US/general-development/visit-sc.md | 3 ++-
 java-chassis-reference/zh_CN/general-development/visit-sc.md | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/java-chassis-reference/en_US/general-development/visit-sc.md b/java-chassis-reference/en_US/general-development/visit-sc.md
index a07bb91..8c2ad35 100755
--- a/java-chassis-reference/en_US/general-development/visit-sc.md
+++ b/java-chassis-reference/en_US/general-development/visit-sc.md
@@ -23,4 +23,5 @@ Developers can configure service center clusters addresses, connection parameter
 | servicecomb.service.registry.client.timeout.idle | 60 |  | Connection idle timeout in milliseconds |  |  |
 | servicecomb.service.registry.client.timeout.heartbeat | 3000 |  | Heartbeat request timeout in milliseconds |  |  |
 | servicecomb.service.registry.client.instances | 1 |  | No | the account of verticle instances that Service Registry Client had been deployed |  |  |
-
+| servicecomb.service.registry.client.eventLoopPoolSize | 4 |  | No | the size of Service Registry client Event Loop pool size |  |
+| servicecomb.service.registry.client.workerPoolSize | 4 |  | No | the size of Service Registry client worker pool size |  |
diff --git a/java-chassis-reference/zh_CN/general-development/visit-sc.md b/java-chassis-reference/zh_CN/general-development/visit-sc.md
index 969d920..eecaa47 100644
--- a/java-chassis-reference/zh_CN/general-development/visit-sc.md
+++ b/java-chassis-reference/zh_CN/general-development/visit-sc.md
@@ -23,3 +23,5 @@
 | servicecomb.service.registry.client.timeout.idle | 60 |  | 连接闲置超时时间 | 单位秒 |  |
 | servicecomb.service.registry.client.timeout.heartbeat | 3000 |  | 心跳超时时间 | 单位毫秒 |  |
 | servicecomb.service.registry.client.instances | 1 |  | 否 | Service Registry客户端Verticle部署实例的个数 |  |
+| servicecomb.service.registry.client.eventLoopPoolSize | 4 |  | 否 | Service Registry客户端Event Loop线程池大小 |  |
+| servicecomb.service.registry.client.workerPoolSize | 4 |  | 否 | Service Registry客户端Worker线程池大小 |  |
\ No newline at end of file


[servicecomb-docs] 01/04: [SCB-1461] rename servicecomb.service.registry.client.workerPoolSiz to servicecomb.service.registry.client.instances.

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-docs.git

commit 80a0afcef8dbbff1b51b3896667b1519812370c8
Author: Liu Huaizhou <li...@163.com>
AuthorDate: Mon Aug 26 20:26:59 2019 +0800

    [SCB-1461] rename servicecomb.service.registry.client.workerPoolSiz to  servicecomb.service.registry.client.instances.
---
 java-chassis-reference/en_US/general-development/visit-sc.md | 4 ++--
 java-chassis-reference/zh_CN/general-development/visit-sc.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/java-chassis-reference/en_US/general-development/visit-sc.md b/java-chassis-reference/en_US/general-development/visit-sc.md
index 9cc2b77..a07bb91 100755
--- a/java-chassis-reference/en_US/general-development/visit-sc.md
+++ b/java-chassis-reference/en_US/general-development/visit-sc.md
@@ -11,7 +11,7 @@ Developers can configure service center clusters addresses, connection parameter
 ### Table 1-1 Accessing Common Configuration Items in the Configuration Center
 
 | Configuration Item | Reference / Default | Value Range | Required | Meaning |
-| :--- | :--- | :--- | :--- | :--- | :--- |
+| :--- | :--- | :--- | :--- | :--- |
 | servicecomb.service.registry.address | http://127.0.0.1:30100 | | Yes | Service center address information, you can configure multiple, separated by commas. | |
 | servicecomb.service.registry.instance. Watch | true | | No | Whether to monitor instance changes in PUSH mode. When it is false, it means using PULL mode. | |
 | servicecomb.service.registry. Autodiscovery | false | | No | Whether to automatically discover the address of the service center. This configuration is enabled when a partial address needs to be configured, and other addresses are discovered by the configured service center instance. | |
@@ -22,5 +22,5 @@ Developers can configure service center clusters addresses, connection parameter
 | servicecomb.service.registry.client.timeout.request | 30000 |  | Request timeout in milliseconds |  |  |
 | servicecomb.service.registry.client.timeout.idle | 60 |  | Connection idle timeout in milliseconds |  |  |
 | servicecomb.service.registry.client.timeout.heartbeat | 3000 |  | Heartbeat request timeout in milliseconds |  |  |
-
+| servicecomb.service.registry.client.instances | 1 |  | No | the account of verticle instances that Service Registry Client had been deployed |  |  |
 
diff --git a/java-chassis-reference/zh_CN/general-development/visit-sc.md b/java-chassis-reference/zh_CN/general-development/visit-sc.md
index de66d18..969d920 100644
--- a/java-chassis-reference/zh_CN/general-development/visit-sc.md
+++ b/java-chassis-reference/zh_CN/general-development/visit-sc.md
@@ -1,4 +1,4 @@
-## 概念阐述
+ ## 概念阐述
 
 系统通过[服务中心](https://github.com/apache/servicecomb-service-center)实现服务之间的发现。服务启动过程中,会向服务中心进行注册。在调用其他服务的时候,会从服务中心查询其他服务的实例信息,比如访问地址、使用的协议以及其他参数。服务中心支持使用PULL和PUSH两种模式通知实例变化。
 
@@ -22,4 +22,4 @@
 | servicecomb.service.registry.client.timeout.request | 30000 |  | 请求超时时间 | 单位毫秒 |  |
 | servicecomb.service.registry.client.timeout.idle | 60 |  | 连接闲置超时时间 | 单位秒 |  |
 | servicecomb.service.registry.client.timeout.heartbeat | 3000 |  | 心跳超时时间 | 单位毫秒 |  |
-
+| servicecomb.service.registry.client.instances | 1 |  | 否 | Service Registry客户端Verticle部署实例的个数 |  |