CapstoneProject18 / Tracing-and-monitoring-micro-services-using-Spring-Sleuth.

"A simple user action might trigger a chain of downstream microservice calls. It would be tedious to trace the logs related to a particular user action across microservices. In addition to that, we might want to track down why a certain microservice call is taking so much time. We can use Spring Cloud Sleuth to handle these kinds of issues. Spring Cloud Sleuth provides the distributed tracing capabilities and we can also export these trace information to Zipkin to visualize the call traces. "
0 stars 0 forks source link

Currency Exchange Service #4

Open saipraneeth596 opened 5 years ago

saipraneeth596 commented 5 years ago

As a User, I should get exchange value of one particular currency against any other currency in the world. For example, If i want to get a value of Indian Rupees against 1 dollar, I should get in return the equivalent value of Indian rupees against 1 dollar. ($1 = 70 Rs.)

PVBadgujar commented 5 years ago

Sudarshan has uploaded the files on his branch on Github. Check for updates.