Skip to content

Commit

Permalink
add updated versions, async call to quoteservice (open-telemetry#370)
Browse files Browse the repository at this point in the history
* add updated versions, async call to quoteservice

* Apply suggestions from code review

Co-authored-by: Juliano Costa <julianocosta89@outlook.com>

* update cargo.lock and remove dup imports`

Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
  • Loading branch information
GaryPWhite and julianocosta89 committed Sep 19, 2022
1 parent 36ffc29 commit 542ee3b
Show file tree
Hide file tree
Showing 6 changed files with 397 additions and 255 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PRODUCT_CATALOG_SERVICE_PORT=3550
PRODUCT_CATALOG_SERVICE_ADDR=productcatalogservice:${PRODUCT_CATALOG_SERVICE_PORT}

QUOTE_SERVICE_PORT=8090
QUOTE_SERVICE_ADDR=quoteservice:${QUOTE_SERVICE_PORT}
QUOTE_SERVICE_ADDR=http://quoteservice:${QUOTE_SERVICE_PORT}

RECOMMENDATION_SERVICE_PORT=9001
RECOMMENDATION_SERVICE_ADDR=recommendationservice:${RECOMMENDATION_SERVICE_PORT}
Expand Down
Loading

0 comments on commit 542ee3b

Please sign in to comment.