berndruecker / flowing-retail

Sample application demonstrating an order fulfillment system decomposed into multiple independant components (e.g. microservices). Showing concrete implementation alternatives using e.g. Java, Spring Boot, Apache Kafka, Camunda, Zeebe, ...
Apache License 2.0
1.31k stars 468 forks source link

Port mapping for payment-camunda did not work #64

Closed bones0 closed 2 years ago

bones0 commented 2 years ago

Service internally seems to run on port 8093, not 8094 (according to source code)

berndruecker commented 2 years ago

Awesome - thx!

bones0 commented 2 years ago

np