You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If a microservice depends on
kafka
orpostgres
, it should wait until the service is running. Docker'sdepends_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.
The text was updated successfully, but these errors were encountered: