Open dartartem opened 3 years ago
Problem was in compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
Chris:
Why does the order service need rest template from spring?
CustomerServiceProxy uses it to make calls to customer service: https://github.com/dartartem/eventuate-quarkus-examples-customers-and-orders/blob/master/orders-service/src/main/java/net/chrisrichardson/eventstore/examples/customersandorders/ordersservice/backend/CustomerServiceProxy.java
Micronaut version also uses it. RestTemplate is just a class, so why not use it? Quarkus provides too complicated way to do similar things: https://quarkus.io/guides/rest-client
A few issues:
@cer, ok then I will use quarkus http client