Azure Service Bus - Topic Subscription Name
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 378
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 6
Description
BRAND new to Dapr (just started looking today).
Our current infrastructure has already set up a Service Bus Namespace with a single topic (_also many queues; that's for later_). Then in that topic, we have 8 subscriptions. These are named SIMILAR to what we call the microservice. Then, within each subscription, the `$Default` filter is removed, and the name of the event is added as a correlation filter.
I see where I can specify the `consumerID` (_which appears to be the name of the subscription_) via the component YAML, but how could I do all of this via code?
Contributor guide
Research direction
The issue names no source file or test. Start at the .NET SDK entry point that handles component YAML and consumerID for Azure Service Bus, then trace topic subscription creation and correlation filters. Done means the code path for setting the subscription name and event-name filters is identified or the missing API is clearly scoped.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- backend, distributed-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100