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

Make microservices containers wait for depndencies #103

Open
albamig opened this issue Jul 12, 2021 · 0 comments
Open

Make microservices containers wait for depndencies #103

albamig opened this issue Jul 12, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@albamig
Copy link
Contributor

albamig commented Jul 12, 2021

If a microservice depends on kafka or postgres, it should wait until the service is running. Docker's depends_on is not enough since it just waits until container's startup, but not the whole service.

Either using dockerize or testing the dependencies through their APIs should be correct.

@albamig albamig added the enhancement New feature or request label Jul 12, 2021
@garciparedes garciparedes added this to the Project Dockerization milestone Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants