-
Notifications
You must be signed in to change notification settings - Fork 743
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
gateway-client just raises a warning when unable to connect to NATS subscriber upon init #691
Comments
We are going to introduce EventBus https://docs.google.com/document/d/1uPt2DyvzObEzZVbREqjW-o1gKCZ_hB8QS5Syw7_MLT8/edit?usp=sharing pretty soon which will address this behavior. |
Not an issue any more with new EventBus implementation. |
Great proposals, especially migrating the Gateway into the EventSource object. |
Great! Can't wait to have it up and running |
Describe the bug
When configuring NATS as the subscriber for a gateway, upon starting the Gateway pod the gateway-client container tries to connect to the NATS server. If the server isn't reachable at that moment, either because it's still booting, or because of a network hick-up, the gateway-client warns that it wasn't possible to connect, but continues booting nonetheless. However, upon receiving events, the gateway-client is unable to dispatch them.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect gateway-client to keep trying to connect, or either exit with an error
Version
Argo v0.13
The text was updated successfully, but these errors were encountered: