senecajs / ramanujan

An example microservice system using Seneca, based on the example in Chapter 1 of The Tao of Microservices book
http://ramanujan.io
MIT License
197 stars 42 forks source link

Info on Ramanujan.yml #32

Open Pulankit-so opened 7 years ago

Pulankit-so commented 7 years ago

Just wanted to know if there is any difference on passing eth0 as host vs service_name. I observed that in some services you have used eth0 while in base service you have used base0 and base1 in this file https://github.com/senecajs/ramanujan/blob/master/docker/ramanujan.yml. I am facing timeout issue when passing the service name as host.The services join the mesh network and get started but message act results in a timeout error. Could you throw some light it would help in debugging?

sam-1994 commented 6 years ago

Did somebody find out an answere for the question? I have the same problem