Skip to content

Commit 9f57e29

Browse files
committed
Merge pull request #49 from yaojingguo/master
Fix typo and add command output
2 parents 88b8d6e + aeff205 commit 9f57e29

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ If the relay is started successfully, the output of the following curl command w
6464

6565
# Example Client
6666
*****
67-
An example of writing a DatabusClient is available at PersonalClientMain.java. To easily be able to start the client process, the code is packaged into a startable command-line package. The tarball may be obtained from build/databus2-example-client-pkg/distributions/databus2-example-client-pkg.tgz. This client is configured to get data from the relay started previously, and configured to susbscribe for table Person.
67+
An example of writing a DatabusClient is available at PersonClientMain.java. To easily be able to start the client process, the code is packaged into a startable command-line package. The tarball may be obtained from build/databus2-example-client-pkg/distributions/databus2-example-client-pkg.tgz. This client is configured to get data from the relay started previously, and configured to susbscribe for table Person.
6868

6969
After extracting to a directory, please cd to that directory and start the client using the following command :
7070
* `./bin/start-example-client.sh person`
7171

7272
If the client successfully connects to the relay we created earlier, the output of the following curl command would look like below ( indicating a client from localhost has connected to the relay ):
7373
* $`curl http://localhost:11115/relayStats/outbound/http/clients`
74+
* `["localhost"]`

0 commit comments

Comments
 (0)