How do I recover from UnroutableError after RabbitMQ is restarted? #2026
Unanswered
alanbchristie
asked this question in
Q&A
Replies: 1 comment
-
|
Both pika/pika#1543 and this issue are missing important information - specifically, the RabbitMQ and Erlang version you're using, as well as details about your RabbitMQ topology and application code Again, your symptoms point to something specific in your application code or environment. What happens when you run your application against a single-node RabbitMQ running outside of k8s? I suspect you don't see this issue. Here are some assumptions I've made (please correct them if wrong):
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I restart RabbitMQ otehr Pods in my cluster (specifically Python Pods) that had connected to the service encounter NO ROUTE errors. No matter what I do I do not seem to be able to recover from the problem without restarting the client (Python) Pod. But, surely, I should be able to recover from the problem without restarting the client Pod?
I've used
pikaand the official rabbit ampq driver, both behave the same. In the discussion there (pika/pika#1543) the concern was why I don't get a connection failure: -Beta Was this translation helpful? Give feedback.
All reactions