Skip to content
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

Open
sleom opened this issue Dec 4, 2024 · 5 comments
Labels
kind/bug Something isn't working stale

Comments

@sleom
Copy link

sleom commented 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

  1. Set up a publisher application with a Dapr pub/sub publisher as a sidecar.
  2. Configure the publisher component to use RabbitMQ service created by RabbitMQ cluster deployment on Kubernetes
  3. Find the RabbitMQ node that the publisher is connected to
  4. Take down/restart this node.
  5. Observe the logs and error messages in the publisher.

Release Note

RELEASE NOTE:

@sleom sleom added the kind/bug Something isn't working label Dec 4, 2024
@sleom 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
Copy link

github-actions bot commented Jan 3, 2025

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.

@github-actions github-actions bot added the stale label Jan 3, 2025
@vadim-tychonoff
Copy link

still an issue

@github-actions github-actions bot removed the stale label Jan 6, 2025
Copy link

github-actions bot commented Feb 5, 2025

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.

@github-actions github-actions bot added the stale label Feb 5, 2025
@sleom
Copy link
Author

sleom commented Feb 6, 2025

Why is it ignored?

@github-actions github-actions bot removed the stale label Feb 6, 2025
Copy link

github-actions bot commented Mar 8, 2025

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.

@github-actions github-actions bot added the stale label Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants