elgris / microservice-app-example

Example of polyglot microservice app
MIT License
1.39k stars 333 forks source link

Cannot add a todo #13

Closed ghost closed 6 years ago

ghost commented 6 years ago

"Error occured while trying to proxy to: 192.168.42.129:30008/todos". Response code: 504

This happens on MiniKube

image

elgris commented 6 years ago

Hi @eivantsov ! Thanks for your message, the problem is going to be fixed by #14

ghost commented 6 years ago

I added a redis deployment and it worked even without log processor.

elgris commented 6 years ago

@eivantsov that's true, it will work, but that's not the whole picture. And something needs to consume those messages from Redis.

elgris commented 6 years ago

considering solved