-
Notifications
You must be signed in to change notification settings - Fork 0
/
URLs
40 lines (26 loc) · 1.29 KB
/
URLs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
urls:
@@@ Currency exchange service(8000)
http://localhost:8000/currency-exchange/from/USD/to/INR
@@@ Currency Conversion service(8100)
http://localhost:8100/currency-conversion/from/USD/to/INR/quantity/10
http://localhost:8100/currency-conversion-feign/from/USD/to/INR/quantity/10
@@@ Eureka
http://localhost:8761/
@@@ api gateway (self host+ will be used application name+ url)
http://localhost:8765/CURRENCY-EXCHANGE/currency-exchange/from/USD/to/BDT
http://localhost:8765/CURRENCY-CONVERSION-SERVICE/currency-conversion/from/USD/to/INR/quantity/10
http://localhost:8765/CURRENCY-CONVERSION-SERVICE/currency-conversion-feign/from/USD/to/INR/quantity/10
@@@ Custom urls build : using ApiGateWayConfiguration configure, discovery locator: disable korte hobe
http://localhost:8765/currency-exchange/from/USD/to/BDT
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
@@@fire lot of request :
//by refreshing
// by watch curl url
// by watch -n .1 curl url :: 1o request per second
@@@ see more about resilience
https://resilience4j.readme.io/docs/circuitbreaker
@@@ zipkin
@@@ make any request and see the matrics, logs
http://localhost:9411