How the remote client simply waits for rabbitmq-server to be ready #4280
-
I see that rmq has added a lot of cool health checks (rabbitmq/rabbitmq-management#844). I am a rookie of rabbitmq. When I have some microservices in k8s that depend on rabbitmq, I will consider using init-container to wait for rabbitmq, but I have not found a good way. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
Applications that need to connect to RabbitMQ are not expected to use health checks for that. They should handle connection failures and use a list of endpoints that many clients support. Health checks are for monitoring tools, not services that communicate over RabbitMQ. |
Beta Was this translation helpful? Give feedback.
Applications that need to connect to RabbitMQ are not expected to use health checks for that. They should handle connection failures and use a list of endpoints that many clients support. Health checks are for monitoring tools, not services that communicate over RabbitMQ.