8000
Skip to content

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

Description

@brunomarioalmeida

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    0