-
Notifications
You must be signed in to change notification settings - Fork 22
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
Queue Name order is important in 3.0.56rc1 ... was not before... changes things. #1267
Comments
@andreleblanc11 I don't remember how to reproduce this... do you? |
It seems to be happening when we have a configuration that is restarted and cleaned up from V The only component we've seen affect so far is a sarra. The queueName resolves wrong in
|
OK. I understand what is going on... it's an order thing.
The queueName gets resoved when you hit subtopic before you know the queueName, so it always gets the default. Moving queueName above the subtopic makes everything consistent.
so that's a work-around... to fix the problem when you run into it... is it a bug... hmm... have to think some more. |
removing the bug tag. Should document that queueName... if you are going to customize it should come before a subtopic where you want the queuename used. |
So... This is probably a good change (e.g. the configuration files really need to change.) because in the future the idea is to support multiple queues and multiple bindings with a single subscriber... the implementation of subscriptions.json is actually a step on the way to that. It is not completely implemented, but once the features (coming in 57? or so... a few weeks?) will mean you could do something like:
This would allow a single subscriber to have a whole bunch of low pri stuff in one declared queue, There should also be the ability to specify multiple brokers to do winnowing with a single subscriber, simplifying It isn't complete for this release... the stub of putting stuff in subscriptions.json is just a part of what is needed. So... It's not a bug, it's a change in the grammar that we probably need to adjust the configs to. |
Proposed documentation change... I guess will do French if this is OK. |
We will need to be careful when publishing this next release into operations. Lots of our configurations have I think it would also be a good idea to add a WARNING (maybe even a ERROR?) message in the logs if ever |
I think we should just fix all our configurations before we update. In the current/older versions... it doesn't matter where queueShare/queuenName are, so it is harmless to change them all. The problem is queueName is a thing that analysts override a lot... but most people never use... It has a good default, so there is no easy way to detect the error... maybe the user WANTED the default value (90% case.) |
also... if the configs don't change this time... they will need to change next release anyways... |
Discussed adding some logic to "move" queueName ahead of subtopic when running sr3 convert ... hmm:
|
Stuff done for subscriptions.json seems to have made queue name resolution janky.
The text was updated successfully, but these errors were encountered: