Michal Kuratczyk
Michal Kuratczyk
While allowing the probe to be overriden is something we can consider, can you explain what you are trying to accomplish here? Why do you expect `rabbitmq-diagnostics ping` to be...
We are not against the idea, so PRs welcome. This is an open source project, you don't have to wait for us to get around to implementing this.
I just hit that with `rabbit_shovel_dyn_worker_sup_sup`, which makes sense, since it's also a mirrored supervisor.
I'm not sure if that's because I'm testing a slightly different scenario perhaps these errors are caused by some recent changes but I haven't seen them in the past at...
I've seen this enough times now to say that it's certainly not about a freshly booted node, but about a queue getting deleted.
I can no longer reproduce this either (using chaos-mesh like originally, although in a different environment)
I believe this has been resolved through introducing of local shovels in 4.2. Local shovels use the internal `rabbit_queue_type` interface directly as David described.
It's not clear to me what you mean. Please provide an executable test case (kubectl/rabbitmqctl commands we can use to see the problem).
Isn't that the behaviour we document at the very top of the docs? https://www.rabbitmq.com/kubernetes/operator/using-topology-operator#namespace-scope You already created a vhost in a different namespace than the cluster. You also created the...
Adding support for vhost level annotation to allow specific namespaces only with perhaps a special value meaning "same namespace only" (meaning, objects in this vhost can only come from the...