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?
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 usedbase0
andbase1
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?