Repository: aries-rsa Updated Branches: refs/heads/master ed3605428 -> 2a791a56f
fixes fastbin example readme Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/2a791a56 Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/2a791a56 Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/2a791a56 Branch: refs/heads/master Commit: 2a791a56f9dc49f267922c1166959f631104c8ef Parents: ed36054 Author: Johannes Utzig <[email protected]> Authored: Tue Nov 21 00:03:29 2017 +0100 Committer: Johannes Utzig <[email protected]> Committed: Tue Nov 21 00:03:29 2017 +0100 ---------------------------------------------------------------------- examples/echofastbin/Readme.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/2a791a56/examples/echofastbin/Readme.md ---------------------------------------------------------------------- diff --git a/examples/echofastbin/Readme.md b/examples/echofastbin/Readme.md index 1b492cb..75de983 100644 --- a/examples/echofastbin/Readme.md +++ b/examples/echofastbin/Readme.md @@ -45,6 +45,7 @@ bundle:install -s mvn:org.apache.aries.rsa.examples.echofastbin/org.apache.aries bundle:install -s mvn:org.apache.aries.rsa.examples.echofastbin/org.apache.aries.rsa.examples.echofastbin.fbconsumer ``` +``` The consumer should start and show: karaf@root()> Sending to echo service: echo Good morning @@ -56,6 +57,7 @@ Good morning send as a stream Good morning Async The log should show that the discovery picks up the endpoint from zookeeper and that the RemoteServiceAdmin imports the service. +``` ``` 2017-11-20 23:55:51,415 | INFO | er])-EventThread | InterfaceMonitor | 55 - org.apache.aries.rsa.discovery.zookeeper - 1.11.0 | Processing change on node: /osgi/service_registry/org/apache/aries/rsa/examples/fastbin/api/EchoService
