You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This project demonstrates the capabilities of Zipkin's ability to tracing distributed Systems, having requests go further than the initial server initially queried.
4
4
Meaning that dependencies exist on several, distributed, servers.
5
5
6
-
### Prequisites
6
+
### Prerequisites
7
7
8
8
To run the sample you will need:
9
9
- Internet Connection (At least the first time it is run)
@@ -50,7 +50,7 @@ In this repository, the server will be running on port 80 but will be mapped to
50
50
Next, is a web server located in the "alpha-client" directory.
51
51
This is Spring Boot application.
52
52
It should probably be obvious that this will be consuming a Alpha Service (which will be discussed next).
53
-
The application exposes a HTTP GET REST api on port 10010.
53
+
The application exposes a HTTP GET REST api on port 10000.
54
54
This is the following resource:
55
55
56
56
http://localhost:10000/get/message
@@ -127,7 +127,7 @@ Alternatively you could run this curl command:
127
127
128
128
curl -i localhost:10000/get/message
129
129
130
-
You might get a 500 error once or twice.
130
+
You might get a error message once or twice.
131
131
This is [Hystrix](https://github.com/Netflix/Hystrix) in action, timing out the Feign client request.
132
132
I assume that when the first request come in, the application was not warmed up.
133
133
Whatever it may be, it is too slow for the default configuration for Hystrix.
@@ -136,7 +136,7 @@ It may take a couple tries so
136
136
137
137

138
138
139
-
This should output something like this to the browser window/command line
139
+
This should output something like this to the browser window
0 commit comments