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
I have the problem when I start krakend before my rabbitMQ server that I have to restart the server krakend server to establish a connection.
The Krachend server is ready before the startup process of the rabbit is completed. Or also if the Krakend server was started before the RabbitMq server. Unfortunately, I could not find anything in the documentation how to solve the problem. Is there any war to automatically trigger a krakend reboot or exit when the connection fails?
This issue was marked as resolved a long time ago and now has been automatically locked as there has not been any recent activity after it. You can still open a new issue and reference this link.
I have the problem when I start krakend before my rabbitMQ server that I have to restart the server krakend server to establish a connection.
The Krachend server is ready before the startup process of the rabbit is completed. Or also if the Krakend server was started before the RabbitMq server. Unfortunately, I could not find anything in the documentation how to solve the problem. Is there any war to automatically trigger a krakend reboot or exit when the connection fails?
Running on docker compose:
Steps:
01: Starting RabbitMQ
02: Starting krakend
03: Calling krakend endpoint
--> ❌ KRAKEND ERROR: [ENDPOINT: /api/user/register-user/:key] Post "amqp://guest:***@rabbit:5672/": unsupported protocol scheme "amqp".
04: Restarting krakend
05: Calling krakend endpoint
--> ✅ Success
THANKS A LOT!
Logs
If applicable, any logs you saw in the console and debugging information
The text was updated successfully, but these errors were encountered: