-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Import (some?) definitions after enabling plugins #2177
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
Comments
@michaelklishin it seems that this issue is related - rabbitmq/rabbitmq-sharding#39 |
Addressed in #2384. |
Addressed in #2384 which will ship in |
Do you know when the bug appears? its working fine with 3.7.8 |
RabbitMQ version 3.8.4. |
It's not new in |
See rabbitmq/rabbitmq-shovel#13 for background.
Definition import was moved into the core but we still perform it before enabling plugins. I wonder if this should be the other way around. Admittedly there's a chicken-and-egg problem here either way: plugins can potentially depend on definitions (e.g. policies and parameters) and definitions can depend on plugins.
We can introduce a separate "delayed import" setting for definitions that depend on plugins being enabled.
The text was updated successfully, but these errors were encountered: