You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2016/11/21 09:50:57 UTC

aries-rsa git commit: Clarifiy configuration options

Repository: aries-rsa
Updated Branches:
  refs/heads/master b87b66362 -> 619417b9c


Clarifiy configuration options


Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/619417b9
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/619417b9
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/619417b9

Branch: refs/heads/master
Commit: 619417b9cd56cfdf822a8d6bb6912ba064f7886b
Parents: b87b663
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Mon Nov 21 10:50:16 2016 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon Nov 21 10:50:42 2016 +0100

----------------------------------------------------------------------
 provider/fastbin/Readme.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/619417b9/provider/fastbin/Readme.md
----------------------------------------------------------------------
diff --git a/provider/fastbin/Readme.md b/provider/fastbin/Readme.md
index bc24240..66ef772 100644
--- a/provider/fastbin/Readme.md
+++ b/provider/fastbin/Readme.md
@@ -17,9 +17,9 @@ When large amount of data (e.g. files) need to be transfered remotely it is not
 use `InputStream` and `OutputStream` as parameter or return value. When a remote method contains such a parameter, the stream is replaced with a proxy implementation that pipes data remotely from/to the original stream.
 
 
-## Endpoint Configuration
+## Transport configuration
 
-service.exported.configs: aries.fastbin
+Config PID: org.apache.aries.rsa.provider.fastbin
 
 | Key                      | Default               | Description                                              |
 | -------------------------| --------------------- | -------------------------------------------------------- |
@@ -27,3 +27,9 @@ service.exported.configs: aries.fastbin
 | exportAddress            | looks up the hostname | The ip/hostname how remote clients can reach this server |
 | timeout                  | 300000                | The timeout for sync calls (default 5 minutes)           |
 
+
+## Endpoint Configuration
+
+Per service configuration using service properties.
+
+service.exported.configs: aries.fastbin