Simple implementaion of microservice.
- Feign
- Api Gateway
- Resilience4j
- Eureka
- Zipkin
- Rabbitmq
- makes sure you have docker installed in your local machine.
- executes docker-compose up
Currency Exchange Service
http://localhost:8000/currency-exchange/from/USD/to/INR
Currency Conversion Service
http://localhost:8100/currency-conversion/from/USD/to/INR/quantity/10 http://localhost:8100/currency-conversion-feign/from/USD/to/INR/quantity/10
Eureka
Zipkin
API GATEWAY
http://localhost:8765/currency-exchange/from/USD/to/INR
http://localhost:8765/currency-conversion/from/USD/to/INR/quantity/10
http://localhost:8765/currency-conversion-feign/from/USD/to/INR/quantity/10
http://localhost:8765/currency-conversion-new/from/USD/to/INR/quantity/10