dedovicnermin / BANKINGPROJECT

Real-time payment application. Combines microservices to achieve event-driven functionality.
1 stars 1 forks source link

rest container / router-streams container communication #89

Closed dedovicnermin closed 3 years ago

dedovicnermin commented 3 years ago

Access denied on get request for router-streams state store. docker-compose fix is likely

dedovicnermin commented 3 years ago

connection was refused. Reconfigured the endpoint rest container should be using in docker-compose. After this, got a HTTP 500 status error. Further research led me to find out theres a missing library router-streams container needs for state store. RUN apk update && apk add --no-cache gcompat added to router-streams container

This then showed yet another bug, within persistence application. Refactor updateStatus() method to send json instead of the enum name

dedovicnermin commented 3 years ago

01634b4b24b337eed1beee9e0fd8a14dd953efc5 a39471afa50431b8804a7835bbce7d1bfc897b30