blueperf / acmeair-bookingservice-java

This service handles getting, making, and cancelling flight bookings.
Apache License 2.0
2 stars 37 forks source link

manifests yaml file missing URL path #16

Closed mossuchida closed 4 years ago

mossuchida commented 4 years ago

YAML files for JVM_ARGS need …9080/auth, …9080/customer, …9080/flight etc for each repositories (booking, customer & auth repos) e.g.

"-DcustomerClient/mp-rest/url=http://acmeair-customer-service:9080/customer -DflightClient/mp-rest/url=http://acmeair-flight-service:9080/flight -Dmp.jwt.verify.publickey.location=http://acmeair-auth-service:9080/auth/getJwk"
jdmcclur commented 4 years ago

Yes, on my to do list.