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 · 0 comments · May be fixed by #3637
Open

Dapr Sidecar fails to reconnect to rabbitmq cluster defined as pubsub component #3621

sleom opened this issue Dec 4, 2024 · 0 comments · May be fixed by #3637
Labels
kind/bug Something isn't working

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
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant