Skip to content
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

rabbit_amqqueue: Add is_feature_used callback to transient_nonexcl_queues depr. feature (backport #12674) #12738

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Nov 15, 2024

Why

Without this callback, the deprecated features subsystem can't report if the feature is used or not.

This reduces the usefulness of the HTTP API endpoint or the CLI command that help verify if a cluster is using deprecated features.

How

The callback counts transient non-exclusive queues and return true if there are one or more of them.

References #12619.


This is an automatic backport of pull request #12674 done by Mergify.

…_queues` depr. feature

[Why]
Without this callback, the deprecated features subsystem can't report if
the feature is used or not.

This reduces the usefulness of the HTTP API endpoint or the CLI command
that help verify if a cluster is using deprecated features.

[How]
The callback counts transient non-exclusive queues and return `true` if
there are one or more of them.

References #12619.

(cherry picked from commit 638e3a4)
@dumbbell dumbbell merged commit 7afb420 into v4.0.x Nov 15, 2024
195 checks passed
@dumbbell dumbbell deleted the mergify/bp/v4.0.x/pr-12674 branch November 15, 2024 16:04
@michaelklishin michaelklishin added this to the 4.0.4 milestone Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants