-
Notifications
You must be signed in to change notification settings - Fork 62
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
When a consumer is deleted from the server, NACK does not recreate it #167
Comments
Thanks for opening the issue. |
same for a stream
I have to delete the object and recreate it |
This is something we work on while moving forward #166 This is not a bug - the NACK does not have a reconcile loop to act on changes. |
Will fix #162 be released for v0.14.2? If so, can a similar fix be released for consumers? |
Yes, the fix will be part of the next release. I need to take a look into the consumer code if the same easy fix can be applied. |
Ran into this problem with v0.14.4 now. It looks like the code in |
@Jarema Did you ever do this? To me it looks like the consumer code just needs the same easy fix. But I might be wrong, of course. |
I realized that it was done only for streams. |
What version were you using?
NACK: 0.14.1
Nats-server: 2.10.9
What environment was the server running in?
RKE2: v1.26.4+rke2r1
Is this defect reproducible?
Given the capability you are leveraging, describe your expectation?
The consumer should be recreated
Given the expectation, what is the defect you are observing?
The consumer is not recreated
nack log:
"type: 'Normal' reason: 'Noop' Nothing done for consumer..."
Please see a similar issue fixed as part of #162 for streams
The text was updated successfully, but these errors were encountered: