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 unable to connect to Azure Service Bus Emulator #3674

Open
connorjose opened this issue Feb 22, 2025 · 0 comments
Open

Dapr unable to connect to Azure Service Bus Emulator #3674

connorjose opened this issue Feb 22, 2025 · 0 comments
Labels
kind/bug Something isn't working

Comments

@connorjose
Copy link

Expected Behavior

Dapr's Azure Service Bus binding should be able to connect to the ASB emulator.

Actual Behavior

Dapr reports that it is unable to subscribe to the ASB emulator topics.
WARN[0031] failed to subscribe to topics: failed to subscribe to topic topic-one: could not get topic topic-one: Get "https://localhost:5672/topic-one?api-version=2021-05": EOF failed to subscribe to topic topic-two: could not get topic topic-two: Get "https://localhost:5672/topic-two?api-version=2021-05": EOF

Steps to Reproduce the Problem

  1. Setup ASB emulator using docker
  2. Configure Dapr to connect to the emulator
apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
  name: example-pub-sub
spec:
  type: pubsub.azure.servicebus.topics
  version: v1
  metadata:
    - name: connectionString
      value: "Endpoint=sb://localhost:5672;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;"

Dapr runtime version: 1.14.4

@connorjose connorjose added the kind/bug Something isn't working label Feb 22, 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
Projects
None yet
Development

No branches or pull requests

1 participant