Skip to content

Introduce a limit for how many virtual hosts can be created in a cluster #7798

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

Merged
merged 7 commits into from
Apr 1, 2023

Conversation

michaelklishin
Copy link
Collaborator

@michaelklishin michaelklishin commented Apr 1, 2023

This is #7781 by @SimonUnge with a few tweaks from me:

  • Use an existing Cuttlefish validator
  • Use an error type we already use in similar places (for per-vhost limits but still)
  • Type specs

Closes #7777.

SimonUnge and others added 4 commits March 31, 2023 12:18
vhost_precondition_failed => vhost_limit_exceeded

vhost_limit_exceeded is the error type used by
definition import when a per-vhost is exceeded.
It feels appropriate for this case, too.
@michaelklishin michaelklishin merged commit 14bf921 into main Apr 1, 2023
@michaelklishin michaelklishin deleted the rabbitmq-server-7777 branch April 1, 2023 22:10
michaelklishin added a commit that referenced this pull request Apr 1, 2023
Introduce a limit for how many virtual hosts can be created in a cluster (backport #7798)
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.

Limit for the number of virtual hosts
2 participants