-
Notifications
You must be signed in to change notification settings - Fork 499
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
Dapr Sidecar fails to reconnect to rabbitmq cluster defined as pubsub component #3621
Comments
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions. |
still an issue |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions. |
Why is it ignored? |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions. |
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: