-
Notifications
You must be signed in to change notification settings - Fork 48
Adds Nats-Schedule-Rollup to schedules #391
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: R.I.Pienaar <[email protected]>
|
A bit non ideal since we can't detect this is happening on older servers, so maybe we should also add a thing where we check |
MauriceVanVeen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We do already strip |
Ok so we just silently fail for now? We have no idea how long feature flags work will take, and then we would have to check them anyway right? Getting the check into 2.12.x might help? |
We could add detection of unknown NATS headers in nats-io/nats-server#7454. There we scan through all the headers and could error if we see an unknown suffix. But that's currently also reserved for 2.14, although we could perhaps backport if we'd like. |
not sure we can back port all the things there but yeah looking at the schedule code I can see how handling it there is a pain, will think |
Relates to nats-io/nats-server#7557