-
Notifications
You must be signed in to change notification settings - Fork 64
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
NACK does not handle a restart of the NATS server(s) #202
Comments
Hey! We are working on NACK having proper control loop. |
@Jarema Any progress on this? Can we help with this task? |
@samuelattwood will be picking this one really soon. |
Hey @Jarema @samuelattwood ! Is there a timeline for this? We are looking forward to having this issue fixed and we can offer some help, but we would need some coordination on your side. |
Its already in progress, but it depends on 2.11 server relesse (and its pedantic mode feature). |
We upgraded the |
What version were you using?
nack chart 0.26.1 (natsio/jetstream-controller:0.15.1)
nats chart 1.2.4 (nats:2.10.20-alpine)
What environment was the server running in?
Linux, k3s
Is this defect reproducible?
Up until here this works fine. The NATS server starts, NACK creates the streams and consumers.
Given the capability you are leveraging, describe your expectation?
I would expect NACK to realize that NATS was restarted and that it needs to do its job of creating the configured resources.
Given the expectation, what is the defect you are observing?
Nothing happens. The configured resources are only recreated after manually restarting NACK.
The text was updated successfully, but these errors were encountered: