-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Rename queueLength
to messageCount
for Azure Service Bus scaler
#1138
Conversation
Signed-off-by: Tom Kerkhove <[email protected]>
Signed-off-by: Tom Kerkhove <[email protected]>
@tomkerkhove nice, could you please add a test case for this property? |
Signed-off-by: Tom Kerkhove <[email protected]>
Didn't run them locally and don't know how to write Go, but this will work for sure! |
Signed-off-by: Tom Kerkhove <[email protected]>
Signed-off-by: Tom Kerkhove <[email protected]>
Signed-off-by: Tom Kerkhove <[email protected]>
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!!
actually looks like a test case ( |
Signed-off-by: Tom Kerkhove <[email protected]>
Signed-off-by: Tom Kerkhove <[email protected]>
Signed-off-by: Benjamin Herbert <[email protected]>
Signed-off-by: Tom Kerkhove [email protected]
Rename
queueLength
tomessageCount
for Azure Service Bus scaler since this is confusing when using topics.Checklist
I'll open a doc PR when this is agreed and merged. (depends on this PR as well)
Relates to #1109