abpframework / abpframework/abp
Support Azure Service Bus with multiple topics
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 14.4k
- Forks
- 3.7k
- Avg merge
- 15h 32m
- Merged PRs (30d)
- 106
Description
Currently, the Azure Service Bus provider for the ABP Framework's Distributed Event Bus system has a simplified implementation that supports only a single topic configuration. This limitation makes it impractical for larger applications that require multiple topics and subscriptions to handle a variety of events and messages efficiently. We have received requests from the community (e.g., https://support.abp.io/questions/8587/Azure-Service-Bus-with-multiple-topics) indicating a need for this feature.
We should;
- Allow configuration of multiple topics and their associated subscriptions
- Provide a clear mechanism for publishers to specify the target topic for an event. (this can be through a factory method with a generic way, I'm not sure)
- Provide a clear mechanism for subscribers to specify which topic(s) and subscription(s) they want to listen to.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Azure Service Bus provider documentation linked in the issue and inspect the provider's current single-topic implementation. Work out the configuration, publisher topic selection, and subscriber topic/subscription selection needed for multiple topics. Done means the provider supports multiple topics and associated subscriptions with clear publisher and subscriber mechanisms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- cloud, distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100