Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 867 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 867 Bytes

Layout

  • Spring configuration server
  • Spring admin server
  • 3 business services
  • Jaeger distributed tracing
  • docker-compose with Make automation

How to start

Starts configuration service first. make clean && make. Business services are in a fail state now - configuration server has started first. You need to restart business services with make rs

Applications

Linkerd as a HTTP proxy

Access to order service via Linkerd.

export http_proxy=http://localhost:4140
curl -v http://service-order-l5d/actuator/health
curl -XPOST http://service-order-l5d/api/order
ab -X localhost:4140 -c10 -n1000 http://service-order-l5d/actuator/health