Open dartartem opened 3 years ago
order-service uses docker container with customer-service. It works on port 8081. Quarkus uses 8081 port by default for tests. Initially I have thought that it could be, but used wrong property when tried to fix: quarkus.http.port Correct property is quarkus.http.test-port
https://github.com/dartartem/eventuate-quarkus-examples-customers-and-orders/blob/master/orders-service/src/test/java/net/chrisrichardson/eventstore/examples/customersandorders/ordersservice/backend/CustomerServiceProxyIntegrationTest.java