This is an automated email from the ASF dual-hosted git repository. amichai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
commit 14852a00f3651c0e6ddd91b5a1fbdd69945311eb Author: Amichai Rothman <[email protected]> AuthorDate: Thu Oct 5 16:19:10 2023 +0300 Update documentation of service configuration properties --- provider/tcp/Readme.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/provider/tcp/Readme.md b/provider/tcp/Readme.md index f22deb7a..b884f003 100644 --- a/provider/tcp/Readme.md +++ b/provider/tcp/Readme.md @@ -1,14 +1,14 @@ -# TCP transport provider +# TCP Transport Provider -Allows transparent remoting using Java Serialization over TCP. The TCP provider is very light weight and +Allows transparent remoting using Java Serialization over TCP. +The TCP provider is very light-weight and is ideal to get a first demo of remote services running. -## Endpoint Configuration - -service.exported.configs: aries.tcp - -| Key | Default | Description | -| -------------------------| ------------- | -------------------------------------------- | -| port | | Port to listen on. By default a dynamic port is used | -| numThreads | 10 | Number of listener threads to spawn | +## Endpoint Configuration Properties +| Key | Default | Description | +|--------------------------|-------------|-------------------------------------| +| service.exported.configs | | Must contain "aries.tcp" | +| aries.rsa.port | [free port] | Port to listen on | +| aries.rsa.id | [random id] | Unique id string for endpoint | +| aries.rsa.numThreads | 10 | Number of listener threads to spawn |
