-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Ratings Info Service | ||
|
||
* This is a sample service that returns hardcoded ratings for harcoded movie Ids. This uses service discovery but unlike movies info service, it doesn't using config server in order to spawn multiple instances by passing port in command line to test load balancing. | ||
|
||
* Included Sleuth and Zipkin dependency for distributed tracing | ||
* Included Sleuth and Zipkin dependency for distributed tracing | ||
* Integrated Spring Cloud Bus for auto config fetch and refresh for services. | ||
* Integrated Spring Boot Admin for service administration and monitoring. |