Hi all,
I don't know if this is in fact a problem, because I might be doing something wrong.
What I have is:
- zookeeper running in its own docker container
- each service (order, catalog, user and everest) running in its own docker container
With this in place I can not get any registry/discover of the services as the zookeeper service is not seen by other services.
Don't we miss the links tag in the pom file for the docker images to be built as in:
<image>
...
<run>
<ports>
...
</ports>
<links>
<link>zookeper-service:zoo</link>
</links>
</run>
</image>
Thank you for your support.
Kind Regards
Bruno Almeida
Hi all,
I don't know if this is in fact a problem, because I might be doing something wrong.
What I have is:
With this in place I can not get any registry/discover of the services as the zookeeper service is not seen by other services.
Don't we miss the links tag in the pom file for the docker images to be built as in:
Thank you for your support.
Kind Regards
Bruno Almeida