Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connectivity problems between zookeeper and other services in the dockerized version #56

Open
brunomarioalmeida opened this issue Dec 7, 2017 · 1 comment

Comments

@brunomarioalmeida
Copy link

brunomarioalmeida commented Dec 7, 2017

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

@brunomarioalmeida brunomarioalmeida changed the title Connectivity problems between zookeeper and other services in the dockerize version Connectivity problems between zookeeper and other services in the dockerized version Dec 7, 2017
@peter91peter91
Copy link

blog.arungupta.me took too long to respond.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants