abpframework / abpframework/abp

Support Azure Service Bus with multiple topics

Open
#22,424 2 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

abp-framework feature
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.