You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Dapr publisher should automatically reconnect to the remaining nodes in the RabbitMQ cluster after one node goes down, allowing messages to be published without manual intervention.
Actual Behavior
When a node in the RabbitMQ cluster becomes unavailable:
The Dapr publisher fails to reconnect, and publishing to RabbitMQ fails.
Errors are repeatedly logged, with messages indicating that the connection is not open.
sleom
changed the title
Dapr fails to reconnect to rabbitmq cluster defined as pubsub component
Dapr Sidecar fails to reconnect to rabbitmq cluster defined as pubsub component
Dec 4, 2024
Expected Behavior
The Dapr publisher should automatically reconnect to the remaining nodes in the RabbitMQ cluster after one node goes down, allowing messages to be published without manual intervention.
Actual Behavior
When a node in the RabbitMQ cluster becomes unavailable:
The Dapr publisher fails to reconnect, and publishing to RabbitMQ fails.
Errors are repeatedly logged, with messages indicating that the connection is not open.
Steps to Reproduce the Problem
publisher-pod.yaml.txt
component.yaml.txt
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: